Html Css Color HEX #FECC07 Tangerine Yellow

📋 copy color: '#FECC07'

red 254 ◦ green 204 ◦ blue 7

#FECC07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine Yellow #FECC07

Tints of Tangerine Yellow #FECC07

RGB

 RED value IS 254 (99.61% from 255) = 54.62%

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 54.62%
G = 43.87%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FECC07 (or 0xFECC07) is known color: Tangerine Yellow. HEX triplet: FE, CC and 07. RGB value is (254,204,7). Sum of RGB (Red+Green+Blue) = 254+204+7=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC07 is #0133F8. Grayscale: #C5C5C5. Windows color (decimal): -78841 or 511230. OLE color: 511230.

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

Color convert

RGB 254 204 7 -
CMYK 0 0.20 0.97 0.00
HSL 47.85º 0.99% 0.51% -
HSV(B) 47.85º 0.97% 1% -
XYZ 62.5 64.27 9.31 -
YUV 196.49 21.07 169.02 -
System Red Green Blue C M Y K H S L
Decimal 254 204 7 0 0.20 0.97 0.00 47.85 0.99 0.51
Hex FE CC 7 0 14 61 0 30 63 33
Octal 376 314 7 0 24 141 0 60 143 63
Binary 11111110 11001100 111 0 10100 1100001 0 110000 1100011 110011

Color Harmonies of #FECC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC07

Black with #FECC07

Text Example


Text Example

White with #FECC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC07; }

 p { color: rgb(254,204,7); }

 H1.HeaderClassName
 {
   color: #FECC07;
 }
 .AnyTagClassName
 {
   color: #FECC07;
 }
</style>

background-color css

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

 a { background-color: rgb(254,204,7); }

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

border-color css

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

 span { border-color: rgb(254,204,7); }

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