Html Css Color HEX #FAFC02 Yellow

📋 copy color: '#FAFC02'

red 250 ◦ green 252 ◦ blue 2

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

Shades of Yellow #FAFC02

Tints of Yellow #FAFC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 49.6%
G = 50%
B = 0.4%

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

#FAFC02 (or 0xFAFC02) is known color: Yellow. HEX triplet: FA, FC and 02. RGB value is (250,252,2). Sum of RGB (Red+Green+Blue) = 250+252+2=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 2 (1.17% from 255 or 0.40% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC02 is #0503FD. Grayscale: #DFDFDF. Windows color (decimal): -328702 or 195834. OLE color: 195834.

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

Color convert

RGB 250 252 2 -
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.51 -
YUV 222.9 3.34 147.33 -
System Red Green Blue C M Y K H S L
Decimal 250 252 2 0.01 0 0.99 0.01 60.48 0.98 0.5
Hex FA FC 2 1 0 63 1 3C 62 32
Octal 372 374 2 1 0 143 1 74 142 62
Binary 11111010 11111100 10 1 0 1100011 1 111100 1100010 110010

Color Harmonies of #FAFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC02

Black with #FAFC02

Text Example


Text Example

White with #FAFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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