Html Css Color HEX #FCCF00 Tangerine Yellow

📋 copy color: '#FCCF00'

red 252 ◦ green 207 ◦ blue 0

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

Shades of Tangerine Yellow #FCCF00

Tints of Tangerine Yellow #FCCF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.9%
G = 45.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCCF00 (or 0xFCCF00) is known color: Tangerine Yellow. HEX triplet: FC, CF and 00. RGB value is (252,207,0). Sum of RGB (Red+Green+Blue) = 252+207+0=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF00 is #0330FF. Grayscale: #C5C5C5. Windows color (decimal): -209152 or 53244. OLE color: 53244.

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

Color convert

RGB 252 207 0 -
CMYK 0 0.18 1 0.01
HSL 49.29º 1% 0.49% -
HSV(B) 49.29º 1% 0.99% -
XYZ 62.46 65.32 9.32 -
YUV 196.86 16.91 167.33 -
System Red Green Blue C M Y K H S L
Decimal 252 207 0 0 0.18 1 0.01 49.29 1 0.49
Hex FC CF 0 0 12 64 1 31 64 31
Octal 374 317 0 0 22 144 1 61 144 61
Binary 11111100 11001111 0 0 10010 1100100 1 110001 1100100 110001

Color Harmonies of #FCCF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF00

Black with #FCCF00

Text Example


Text Example

White with #FCCF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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