Html Css Color HEX #FCF702 Yellow

📋 copy color: '#FCF702'

red 252 ◦ green 247 ◦ blue 2

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

Shades of Yellow #FCF702

Tints of Yellow #FCF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.3%

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.3%
G = 49.3%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCF702 (or 0xFCF702) is known color: Yellow. HEX triplet: FC, F7 and 02. RGB value is (252,247,2). Sum of RGB (Red+Green+Blue) = 252+247+2=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 2 (1.17% from 255 or 0.40% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF702 is #0308FD. Grayscale: #DDDDDD. Windows color (decimal): -198910 or 194556. OLE color: 194556.

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

Color convert

RGB 252 247 2 -
CMYK 0 0.02 0.99 0.01
HSL 58.8º 0.98% 0.5% -
HSV(B) 58.8º 0.99% 0.99% -
XYZ 73.42 87.22 13.02 -
YUV 220.57 4.66 150.42 -
System Red Green Blue C M Y K H S L
Decimal 252 247 2 0 0.02 0.99 0.01 58.8 0.98 0.5
Hex FC F7 2 0 2 63 1 3B 62 32
Octal 374 367 2 0 2 143 1 73 142 62
Binary 11111100 11110111 10 0 10 1100011 1 111011 1100010 110010

Color Harmonies of #FCF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF702

Black with #FCF702

Text Example


Text Example

White with #FCF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF702; }

 p { color: rgb(252,247,2); }

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

background-color css

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

 a { background-color: rgb(252,247,2); }

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

border-color css

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

 span { border-color: rgb(252,247,2); }

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