Html Css Color HEX #FCF305 Yellow

📋 copy color: '#FCF305'

red 252 ◦ green 243 ◦ blue 5

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

Shades of Yellow #FCF305

Tints of Yellow #FCF305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1%

R = 50.4%
G = 48.6%
B = 1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCF305 (or 0xFCF305) is known color: Yellow. HEX triplet: FC, F3 and 05. RGB value is (252,243,5). Sum of RGB (Red+Green+Blue) = 252+243+5=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 5 (2.34% from 255 or 1% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF305 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF305 is #030CFA. Grayscale: #DBDBDB. Windows color (decimal): -199931 or 390140. OLE color: 390140.

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

Color convert

RGB 252 243 5 -
CMYK 0 0.04 0.98 0.01
HSL 57.81º 0.98% 0.5% -
HSV(B) 57.81º 0.98% 0.99% -
XYZ 72.22 84.81 12.71 -
YUV 218.56 7.48 151.85 -
System Red Green Blue C M Y K H S L
Decimal 252 243 5 0 0.04 0.98 0.01 57.81 0.98 0.5
Hex FC F3 5 0 4 62 1 3A 62 32
Octal 374 363 5 0 4 142 1 72 142 62
Binary 11111100 11110011 101 0 100 1100010 1 111010 1100010 110010

Color Harmonies of #FCF305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF305

Black with #FCF305

Text Example


Text Example

White with #FCF305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF305; }

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

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

background-color css

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

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

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

border-color css

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

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

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