Html Css Color HEX #FCCC0F Tangerine Yellow

📋 copy color: '#FCCC0F'

red 252 ◦ green 204 ◦ blue 15

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

Shades of Tangerine Yellow #FCCC0F

Tints of Tangerine Yellow #FCCC0F

RGB

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

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

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

R = 53.5%
G = 43.31%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCCC0F (or 0xFCCC0F) is known color: Tangerine Yellow. HEX triplet: FC, CC and 0F. RGB value is (252,204,15). Sum of RGB (Red+Green+Blue) = 252+204+15=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC0F is #0333F0. Grayscale: #C5C5C5. Windows color (decimal): -209905 or 1035516. OLE color: 1035516.

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

Color convert

RGB 252 204 15 -
CMYK 0 0.19 0.94 0.01
HSL 47.85º 0.98% 0.52% -
HSV(B) 47.85º 0.94% 0.99% -
XYZ 61.82 63.92 9.53 -
YUV 196.81 25.4 167.37 -
System Red Green Blue C M Y K H S L
Decimal 252 204 15 0 0.19 0.94 0.01 47.85 0.98 0.52
Hex FC CC F 0 13 5E 1 30 62 34
Octal 374 314 17 0 23 136 1 60 142 64
Binary 11111100 11001100 1111 0 10011 1011110 1 110000 1100010 110100

Color Harmonies of #FCCC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC0F

Black with #FCCC0F

Text Example


Text Example

White with #FCCC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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