Html Css Color HEX #FECC0F Tangerine Yellow

📋 copy color: '#FECC0F'

red 254 ◦ green 204 ◦ blue 15

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

Shades of Tangerine Yellow #FECC0F

Tints of Tangerine Yellow #FECC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.17%

R = 53.7%
G = 43.13%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FECC0F (or 0xFECC0F) is known color: Tangerine Yellow. HEX triplet: FE, CC and 0F. RGB value is (254,204,15). Sum of RGB (Red+Green+Blue) = 254+204+15=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC0F is #0133F0. Grayscale: #C6C6C6. Windows color (decimal): -78833 or 1035518. OLE color: 1035518.

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

Color convert

RGB 254 204 15 -
CMYK 0 0.20 0.94 0.00
HSL 47.45º 0.99% 0.53% -
HSV(B) 47.45º 0.94% 1% -
XYZ 62.55 64.29 9.56 -
YUV 197.4 25.07 168.37 -
System Red Green Blue C M Y K H S L
Decimal 254 204 15 0 0.20 0.94 0.00 47.45 0.99 0.53
Hex FE CC F 0 14 5E 0 2F 63 35
Octal 376 314 17 0 24 136 0 57 143 65
Binary 11111110 11001100 1111 0 10100 1011110 0 101111 1100011 110101

Color Harmonies of #FECC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC0F

Black with #FECC0F

Text Example


Text Example

White with #FECC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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