Html Css Color HEX #FAFC12 Yellow

📋 copy color: '#FAFC12'

red 250 ◦ green 252 ◦ blue 18

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

Shades of Yellow #FAFC12

Tints of Yellow #FAFC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.46%

R = 48.08%
G = 48.46%
B = 3.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FAFC12 (or 0xFAFC12) is known color: Yellow. HEX triplet: FA, FC and 12. RGB value is (250,252,18). Sum of RGB (Red+Green+Blue) = 250+252+18=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 18 (7.42% from 255 or 3.46% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC12 is #0503ED. Grayscale: #E1E1E1. Windows color (decimal): -328686 or 1244410. OLE color: 1244410.

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

Color convert

RGB 250 252 18 -
CMYK 0.01 0 0.93 0.01
HSL 60.51º 0.98% 0.53% -
HSV(B) 60.51º 0.93% 0.99% -
XYZ 74.34 89.99 14.02 -
YUV 224.73 11.34 146.03 -
System Red Green Blue C M Y K H S L
Decimal 250 252 18 0.01 0 0.93 0.01 60.51 0.98 0.53
Hex FA FC 12 1 0 5D 1 3D 62 35
Octal 372 374 22 1 0 135 1 75 142 65
Binary 11111010 11111100 10010 1 0 1011101 1 111101 1100010 110101

Color Harmonies of #FAFC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC12

Black with #FAFC12

Text Example


Text Example

White with #FAFC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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