Html Css Color HEX #FCCB0C Tangerine Yellow

📋 copy color: '#FCCB0C'

red 252 ◦ green 203 ◦ blue 12

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

Shades of Tangerine Yellow #FCCB0C

Tints of Tangerine Yellow #FCCB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

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

R = 53.96%
G = 43.47%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCCB0C (or 0xFCCB0C) is known color: Tangerine Yellow. HEX triplet: FC, CB and 0C. RGB value is (252,203,12). Sum of RGB (Red+Green+Blue) = 252+203+12=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCB0C is #0334F3. Grayscale: #C4C4C4. Windows color (decimal): -210164 or 838652. OLE color: 838652.

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

Color convert

RGB 252 203 12 -
CMYK 0 0.19 0.95 0.01
HSL 47.75º 0.98% 0.52% -
HSV(B) 47.75º 0.95% 0.99% -
XYZ 61.57 63.43 9.35 -
YUV 195.88 24.23 168.03 -
System Red Green Blue C M Y K H S L
Decimal 252 203 12 0 0.19 0.95 0.01 47.75 0.98 0.52
Hex FC CB C 0 13 5F 1 30 62 34
Octal 374 313 14 0 23 137 1 60 142 64
Binary 11111100 11001011 1100 0 10011 1011111 1 110000 1100010 110100

Color Harmonies of #FCCB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB0C

Black with #FCCB0C

Text Example


Text Example

White with #FCCB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB0C; }

 p { color: rgb(252,203,12); }

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

background-color css

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

 a { background-color: rgb(252,203,12); }

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

border-color css

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

 span { border-color: rgb(252,203,12); }

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