Html Css Color HEX #FCCF0A Tangerine Yellow

📋 copy color: '#FCCF0A'

red 252 ◦ green 207 ◦ blue 10

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

Shades of Tangerine Yellow #FCCF0A

Tints of Tangerine Yellow #FCCF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 53.73%
G = 44.14%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCCF0A (or 0xFCCF0A) is known color: Tangerine Yellow. HEX triplet: FC, CF and 0A. RGB value is (252,207,10). Sum of RGB (Red+Green+Blue) = 252+207+10=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF0A is #0330F5. Grayscale: #C6C6C6. Windows color (decimal): -209142 or 708604. OLE color: 708604.

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

Color convert

RGB 252 207 10 -
CMYK 0 0.18 0.96 0.01
HSL 48.84º 0.98% 0.51% -
HSV(B) 48.84º 0.96% 0.99% -
XYZ 62.51 65.34 9.6 -
YUV 198 21.91 166.52 -
System Red Green Blue C M Y K H S L
Decimal 252 207 10 0 0.18 0.96 0.01 48.84 0.98 0.51
Hex FC CF A 0 12 60 1 31 62 33
Octal 374 317 12 0 22 140 1 61 142 63
Binary 11111100 11001111 1010 0 10010 1100000 1 110001 1100010 110011

Color Harmonies of #FCCF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF0A

Black with #FCCF0A

Text Example


Text Example

White with #FCCF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF0A; }

 p { color: rgb(252,207,10); }

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

background-color css

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

 a { background-color: rgb(252,207,10); }

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

border-color css

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

 span { border-color: rgb(252,207,10); }

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