Html Css Color HEX #FAFC07 Yellow

📋 copy color: '#FAFC07'

red 250 ◦ green 252 ◦ blue 7

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

Shades of Yellow #FAFC07

Tints of Yellow #FAFC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.38%

R = 49.12%
G = 49.51%
B = 1.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FAFC07 (or 0xFAFC07) is known color: Yellow. HEX triplet: FA, FC and 07. RGB value is (250,252,7). Sum of RGB (Red+Green+Blue) = 250+252+7=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 7 (3.12% from 255 or 1.38% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFC07 is #0503F8. Grayscale: #E0E0E0. Windows color (decimal): -328697 or 523514. OLE color: 523514.

HSL color Cylindrical-coordinate representation of color #FAFC07: 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.97%. Process color model (Four color, CMYK) of #FAFC07 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 252 7 -
CMYK 0.01 0 0.97 0.01
HSL 60.49º 0.98% 0.51% -
HSV(B) 60.49º 0.97% 0.99% -
XYZ 74.27 89.96 13.65 -
YUV 223.47 5.84 146.92 -
System Red Green Blue C M Y K H S L
Decimal 250 252 7 0.01 0 0.97 0.01 60.49 0.98 0.51
Hex FA FC 7 1 0 61 1 3C 62 33
Octal 372 374 7 1 0 141 1 74 142 63
Binary 11111010 11111100 111 1 0 1100001 1 111100 1100010 110011

Color Harmonies of #FAFC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC07

Black with #FAFC07

Text Example


Text Example

White with #FAFC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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