Html Css Color HEX #FECC0C Tangerine Yellow

📋 copy color: '#FECC0C'

red 254 ◦ green 204 ◦ blue 12

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

Shades of Tangerine Yellow #FECC0C

Tints of Tangerine Yellow #FECC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.55%

R = 54.04%
G = 43.4%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FECC0C (or 0xFECC0C) is known color: Tangerine Yellow. HEX triplet: FE, CC and 0C. RGB value is (254,204,12). Sum of RGB (Red+Green+Blue) = 254+204+12=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC0C is #0133F3. Grayscale: #C5C5C5. Windows color (decimal): -78836 or 838910. OLE color: 838910.

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

Color convert

RGB 254 204 12 -
CMYK 0 0.20 0.95 0.00
HSL 47.6º 0.99% 0.52% -
HSV(B) 47.6º 0.95% 1% -
XYZ 62.53 64.28 9.46 -
YUV 197.06 23.57 168.61 -
System Red Green Blue C M Y K H S L
Decimal 254 204 12 0 0.20 0.95 0.00 47.6 0.99 0.52
Hex FE CC C 0 14 5F 0 30 63 34
Octal 376 314 14 0 24 137 0 60 143 64
Binary 11111110 11001100 1100 0 10100 1011111 0 110000 1100011 110100

Color Harmonies of #FECC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC0C

Black with #FECC0C

Text Example


Text Example

White with #FECC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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