Html Css Color HEX #FCCC0D Tangerine Yellow

📋 copy color: '#FCCC0D'

red 252 ◦ green 204 ◦ blue 13

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

Shades of Tangerine Yellow #FCCC0D

Tints of Tangerine Yellow #FCCC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 53.73%
G = 43.5%
B = 2.77%

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

#FCCC0D (or 0xFCCC0D) is known color: Tangerine Yellow. HEX triplet: FC, CC and 0D. RGB value is (252,204,13). Sum of RGB (Red+Green+Blue) = 252+204+13=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC0D is #0333F2. Grayscale: #C5C5C5. Windows color (decimal): -209907 or 904444. OLE color: 904444.

HSL color Cylindrical-coordinate representation of color #FCCC0D: hue angle of 47.95º 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 #FCCC0D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 13 -
CMYK 0 0.19 0.95 0.01
HSL 47.95º 0.98% 0.52% -
HSV(B) 47.95º 0.95% 0.99% -
XYZ 61.81 63.91 9.46 -
YUV 196.58 24.4 167.53 -
System Red Green Blue C M Y K H S L
Decimal 252 204 13 0 0.19 0.95 0.01 47.95 0.98 0.52
Hex FC CC D 0 13 5F 1 30 62 34
Octal 374 314 15 0 23 137 1 60 142 64
Binary 11111100 11001100 1101 0 10011 1011111 1 110000 1100010 110100

Color Harmonies of #FCCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC0D

Black with #FCCC0D

Text Example


Text Example

White with #FCCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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