Html Css Color HEX #FAFC09 Yellow

📋 copy color: '#FAFC09'

red 250 ◦ green 252 ◦ blue 9

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

Shades of Yellow #FAFC09

Tints of Yellow #FAFC09

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FAFC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC09

Black with #FAFC09

Text Example


Text Example

White with #FAFC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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