Html Css Color HEX #FAFE07 Yellow

📋 copy color: '#FAFE07'

red 250 ◦ green 254 ◦ blue 7

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

Shades of Yellow #FAFE07

Tints of Yellow #FAFE07

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.71%

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

R = 48.92%
G = 49.71%
B = 1.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FAFE07 (or 0xFAFE07) is known color: Yellow. HEX triplet: FA, FE and 07. RGB value is (250,254,7). Sum of RGB (Red+Green+Blue) = 250+254+7=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 7 (3.12% from 255 or 1.37% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAFE07 is #0501F8. Grayscale: #E1E1E1. Windows color (decimal): -328185 or 524026. OLE color: 524026.

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

Color convert

RGB 250 254 7 -
CMYK 0.02 0 0.97 0.00
HSL 60.97º 0.99% 0.51% -
HSV(B) 60.97º 0.97% 1% -
XYZ 74.9 91.22 13.86 -
YUV 224.65 5.17 146.08 -
System Red Green Blue C M Y K H S L
Decimal 250 254 7 0.02 0 0.97 0.00 60.97 0.99 0.51
Hex FA FE 7 2 0 61 0 3D 63 33
Octal 372 376 7 2 0 141 0 75 143 63
Binary 11111010 11111110 111 10 0 1100001 0 111101 1100011 110011

Color Harmonies of #FAFE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFE07

Black with #FAFE07

Text Example


Text Example

White with #FAFE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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