Html Css Color HEX #FECC0B Tangerine Yellow

📋 copy color: '#FECC0B'

red 254 ◦ green 204 ◦ blue 11

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

Shades of Tangerine Yellow #FECC0B

Tints of Tangerine Yellow #FECC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.35%

R = 54.16%
G = 43.5%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FECC0B (or 0xFECC0B) is known color: Tangerine Yellow. HEX triplet: FE, CC and 0B. RGB value is (254,204,11). Sum of RGB (Red+Green+Blue) = 254+204+11=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC0B is #0133F4. Grayscale: #C5C5C5. Windows color (decimal): -78837 or 773374. OLE color: 773374.

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

Color convert

RGB 254 204 11 -
CMYK 0 0.20 0.96 0.00
HSL 47.65º 0.99% 0.52% -
HSV(B) 47.65º 0.96% 1% -
XYZ 62.53 64.28 9.43 -
YUV 196.95 23.07 168.69 -
System Red Green Blue C M Y K H S L
Decimal 254 204 11 0 0.20 0.96 0.00 47.65 0.99 0.52
Hex FE CC B 0 14 60 0 30 63 34
Octal 376 314 13 0 24 140 0 60 143 64
Binary 11111110 11001100 1011 0 10100 1100000 0 110000 1100011 110100

Color Harmonies of #FECC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC0B

Black with #FECC0B

Text Example


Text Example

White with #FECC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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