Html Css Color HEX #FAFC03 Yellow

📋 copy color: '#FAFC03'

red 250 ◦ green 252 ◦ blue 3

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

Shades of Yellow #FAFC03

Tints of Yellow #FAFC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.59%

R = 49.5%
G = 49.9%
B = 0.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FAFC03 (or 0xFAFC03) is known color: Yellow. HEX triplet: FA, FC and 03. RGB value is (250,252,3). Sum of RGB (Red+Green+Blue) = 250+252+3=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 3 (1.56% from 255 or 0.59% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC03 is #0503FC. Grayscale: #E0E0E0. Windows color (decimal): -328701 or 261370. OLE color: 261370.

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

Color convert

RGB 250 252 3 -
CMYK 0.01 0 0.99 0.01
HSL 60.48º 0.98% 0.5% -
HSV(B) 60.48º 0.99% 0.99% -
XYZ 74.25 89.95 13.54 -
YUV 223.02 3.84 147.25 -
System Red Green Blue C M Y K H S L
Decimal 250 252 3 0.01 0 0.99 0.01 60.48 0.98 0.5
Hex FA FC 3 1 0 63 1 3C 62 32
Octal 372 374 3 1 0 143 1 74 142 62
Binary 11111010 11111100 11 1 0 1100011 1 111100 1100010 110010

Color Harmonies of #FAFC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC03

Black with #FAFC03

Text Example


Text Example

White with #FAFC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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