Html Css Color HEX #FCF302 Yellow

📋 copy color: '#FCF302'

red 252 ◦ green 243 ◦ blue 2

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

Shades of Yellow #FCF302

Tints of Yellow #FCF302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.89%

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

R = 50.7%
G = 48.89%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCF302 (or 0xFCF302) is known color: Yellow. HEX triplet: FC, F3 and 02. RGB value is (252,243,2). Sum of RGB (Red+Green+Blue) = 252+243+2=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 2 (1.17% from 255 or 0.40% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF302 is #030CFD. Grayscale: #DBDBDB. Windows color (decimal): -199934 or 193532. OLE color: 193532.

HSL color Cylindrical-coordinate representation of color #FCF302: hue angle of 57.84º 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 #FCF302 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 243 2 -
CMYK 0 0.04 0.99 0.01
HSL 57.84º 0.98% 0.5% -
HSV(B) 57.84º 0.99% 0.99% -
XYZ 72.21 84.8 12.62 -
YUV 218.22 5.98 152.1 -
System Red Green Blue C M Y K H S L
Decimal 252 243 2 0 0.04 0.99 0.01 57.84 0.98 0.5
Hex FC F3 2 0 4 63 1 3A 62 32
Octal 374 363 2 0 4 143 1 72 142 62
Binary 11111100 11110011 10 0 100 1100011 1 111010 1100010 110010

Color Harmonies of #FCF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF302

Black with #FCF302

Text Example


Text Example

White with #FCF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF302; }

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

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

background-color css

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

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

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

border-color css

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

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

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