Html Css Color HEX #FCCC0B Tangerine Yellow

📋 copy color: '#FCCC0B'

red 252 ◦ green 204 ◦ blue 11

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

Shades of Tangerine Yellow #FCCC0B

Tints of Tangerine Yellow #FCCC0B

RGB

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

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

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

R = 53.96%
G = 43.68%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCCC0B (or 0xFCCC0B) is known color: Tangerine Yellow. HEX triplet: FC, CC and 0B. RGB value is (252,204,11). Sum of RGB (Red+Green+Blue) = 252+204+11=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC0B is #0333F4. Grayscale: #C5C5C5. Windows color (decimal): -209909 or 773372. OLE color: 773372.

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

Color convert

RGB 252 204 11 -
CMYK 0 0.19 0.96 0.01
HSL 48.05º 0.98% 0.52% -
HSV(B) 48.05º 0.96% 0.99% -
XYZ 61.8 63.91 9.39 -
YUV 196.35 23.4 167.69 -
System Red Green Blue C M Y K H S L
Decimal 252 204 11 0 0.19 0.96 0.01 48.05 0.98 0.52
Hex FC CC B 0 13 60 1 30 62 34
Octal 374 314 13 0 23 140 1 60 142 64
Binary 11111100 11001100 1011 0 10011 1100000 1 110000 1100010 110100

Color Harmonies of #FCCC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC0B

Black with #FCCC0B

Text Example


Text Example

White with #FCCC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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