Html Css Color HEX #FAFC00 Yellow

📋 copy color: '#FAFC00'

red 250 ◦ green 252 ◦ blue 0

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

Shades of Yellow #FAFC00

Tints of Yellow #FAFC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.8%
G = 50.2%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FAFC00 (or 0xFAFC00) is known color: Yellow. HEX triplet: FA, FC and 00. RGB value is (250,252,0). Sum of RGB (Red+Green+Blue) = 250+252+0=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 0 (0.39% from 255 or 0% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC00 is #0503FF. Grayscale: #DFDFDF. Windows color (decimal): -328704 or 64762. OLE color: 64762.

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

Color convert

RGB 250 252 0 -
CMYK 0.01 0 1 0.01
HSL 60.48º 1% 0.49% -
HSV(B) 60.48º 1% 0.99% -
XYZ 74.23 89.94 13.45 -
YUV 222.67 2.34 147.49 -
System Red Green Blue C M Y K H S L
Decimal 250 252 0 0.01 0 1 0.01 60.48 1 0.49
Hex FA FC 0 1 0 64 1 3C 64 31
Octal 372 374 0 1 0 144 1 74 144 61
Binary 11111010 11111100 0 1 0 1100100 1 111100 1100100 110001

Color Harmonies of #FAFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC00

Black with #FAFC00

Text Example


Text Example

White with #FAFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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