Html Css Color HEX #FCCF06 Tangerine Yellow

📋 copy color: '#FCCF06'

red 252 ◦ green 207 ◦ blue 6

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

Shades of Tangerine Yellow #FCCF06

Tints of Tangerine Yellow #FCCF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 54.19%
G = 44.52%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCCF06 (or 0xFCCF06) is known color: Tangerine Yellow. HEX triplet: FC, CF and 06. RGB value is (252,207,6). Sum of RGB (Red+Green+Blue) = 252+207+6=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 6 (2.73% from 255 or 1.29% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF06 is #0330F9. Grayscale: #C6C6C6. Windows color (decimal): -209146 or 446460. OLE color: 446460.

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

Color convert

RGB 252 207 6 -
CMYK 0 0.18 0.98 0.01
HSL 49.02º 0.98% 0.51% -
HSV(B) 49.02º 0.98% 0.99% -
XYZ 62.49 65.33 9.49 -
YUV 197.54 19.91 166.84 -
System Red Green Blue C M Y K H S L
Decimal 252 207 6 0 0.18 0.98 0.01 49.02 0.98 0.51
Hex FC CF 6 0 12 62 1 31 62 33
Octal 374 317 6 0 22 142 1 61 142 63
Binary 11111100 11001111 110 0 10010 1100010 1 110001 1100010 110011

Color Harmonies of #FCCF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF06

Black with #FCCF06

Text Example


Text Example

White with #FCCF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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