#FECF00

Color #FECF00 Tangerine Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine Yellow #FECF00

Tints of Tangerine Yellow #FECF00

Color information

#FECF00 (or 0xFECF00) is unknown color: approx Tangerine Yellow. HEX triplet: FE, CF and 00. RGB value is (254,207,0). Sum of RGB (Red+Green+Blue) = 254+207+0=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF00 is #0130FF. Grayscale: #C6C6C6. Windows color (decimal): -78080 or 53246. OLE color: 53246.

HSL color Cylindrical-coordinate representation of color #FECF00: hue angle of 48.9º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FECF00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB2542070-
CMYK00.1910.00
HSL48.9º100%49.8%-
HSV(B)48.9º100%99.61%-
XYZ63.1965.79.35-
YUV197.4616.57168.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.10%
G=44.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254207000.1910.0048.910049.8
HexFECF0013640316432
Octal376317002314406114462
Binary11111110110011110010011110010001100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF00; }

 p { color: rgb(254,207,0); }

 H1.HeaderClassName
 {
   color: #FECF00;
 }
 .AnyTagClassName
 {
   color: #FECF00;
 }
</style>
background-color css

<style>
 a { background-color: #FECF00; }

 a { background-color: rgb(254,207,0); }

 div.DivClassName
 {
   background-color: #FECF00;
 }
 .BgClassName
 {
   background-color: #FECF00;
 }
</style>
border-color css

<style>
 span { border-color: #FECF00; }

 span { border-color: rgb(254,207,0); }

 td.TdClassName
 {
   border-color: #FECF00;
 }
 .TagClassName
 {
   border-color: #FECF00;
 }
</style>