Html Css Color HEX #FCCC07 Tangerine Yellow

📋 copy color: '#FCCC07'

red 252 ◦ green 204 ◦ blue 7

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

Shades of Tangerine Yellow #FCCC07

Tints of Tangerine Yellow #FCCC07

RGB

 RED value IS 252 (98.83% from 255) = 54.43%

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

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

R = 54.43%
G = 44.06%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCCC07 (or 0xFCCC07) is known color: Tangerine Yellow. HEX triplet: FC, CC and 07. RGB value is (252,204,7). Sum of RGB (Red+Green+Blue) = 252+204+7=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 7 (3.12% from 255 or 1.51% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC07 is #0333F8. Grayscale: #C4C4C4. Windows color (decimal): -209913 or 511228. OLE color: 511228.

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

Color convert

RGB 252 204 7 -
CMYK 0 0.19 0.97 0.01
HSL 48.24º 0.98% 0.51% -
HSV(B) 48.24º 0.97% 0.99% -
XYZ 61.78 63.9 9.28 -
YUV 195.89 21.4 168.02 -
System Red Green Blue C M Y K H S L
Decimal 252 204 7 0 0.19 0.97 0.01 48.24 0.98 0.51
Hex FC CC 7 0 13 61 1 30 62 33
Octal 374 314 7 0 23 141 1 60 142 63
Binary 11111100 11001100 111 0 10011 1100001 1 110000 1100010 110011

Color Harmonies of #FCCC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC07

Black with #FCCC07

Text Example


Text Example

White with #FCCC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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