Html Css Color HEX #FCCF01 Tangerine Yellow

📋 copy color: '#FCCF01'

red 252 ◦ green 207 ◦ blue 1

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

Shades of Tangerine Yellow #FCCF01

Tints of Tangerine Yellow #FCCF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.78%
G = 45%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCCF01 (or 0xFCCF01) is known color: Tangerine Yellow. HEX triplet: FC, CF and 01. RGB value is (252,207,1). Sum of RGB (Red+Green+Blue) = 252+207+1=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCF01 is #0330FE. Grayscale: #C5C5C5. Windows color (decimal): -209151 or 118780. OLE color: 118780.

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

Color convert

RGB 252 207 1 -
CMYK 0 0.18 1.00 0.01
HSL 49.24º 0.99% 0.5% -
HSV(B) 49.24º 1% 0.99% -
XYZ 62.46 65.32 9.35 -
YUV 196.97 17.41 167.25 -
System Red Green Blue C M Y K H S L
Decimal 252 207 1 0 0.18 1.00 0.01 49.24 0.99 0.5
Hex FC CF 1 0 12 64 1 31 63 32
Octal 374 317 1 0 22 144 1 61 143 62
Binary 11111100 11001111 1 0 10010 1100100 1 110001 1100011 110010

Color Harmonies of #FCCF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF01

Black with #FCCF01

Text Example


Text Example

White with #FCCF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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