Html Css Color HEX #FCFA09 Yellow

📋 copy color: '#FCFA09'

red 252 ◦ green 250 ◦ blue 9

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

Shades of Yellow #FCFA09

Tints of Yellow #FCFA09

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.92%

 BLUE value IS 9 (3.91% from 255) = 1.76%

R = 49.32%
G = 48.92%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCFA09 (or 0xFCFA09) is known color: Yellow. HEX triplet: FC, FA and 09. RGB value is (252,250,9). Sum of RGB (Red+Green+Blue) = 252+250+9=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 9 (3.91% from 255 or 1.76% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFA09 is #0305F6. Grayscale: #E0E0E0. Windows color (decimal): -198135 or 654076. OLE color: 654076.

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

Color convert

RGB 252 250 9 -
CMYK 0 0.01 0.96 0.01
HSL 59.51º 0.98% 0.51% -
HSV(B) 59.51º 0.96% 0.99% -
XYZ 74.38 89.09 13.53 -
YUV 223.12 7.16 148.6 -
System Red Green Blue C M Y K H S L
Decimal 252 250 9 0 0.01 0.96 0.01 59.51 0.98 0.51
Hex FC FA 9 0 1 60 1 3C 62 33
Octal 374 372 11 0 1 140 1 74 142 63
Binary 11111100 11111010 1001 0 1 1100000 1 111100 1100010 110011

Color Harmonies of #FCFA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA09

Black with #FCFA09

Text Example


Text Example

White with #FCFA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA09; }

 p { color: rgb(252,250,9); }

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

background-color css

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

 a { background-color: rgb(252,250,9); }

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

border-color css

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

 span { border-color: rgb(252,250,9); }

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