Html Css Color HEX #FAEF00 Yellow

📋 copy color: '#FAEF00'

red 250 ◦ green 239 ◦ blue 0

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

Shades of Yellow #FAEF00

Tints of Yellow #FAEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.88%

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

R = 51.12%
G = 48.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAEF00 (or 0xFAEF00) is known color: Yellow. HEX triplet: FA, EF and 00. RGB value is (250,239,0). Sum of RGB (Red+Green+Blue) = 250+239+0=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 0 (0.39% from 255 or 0% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEF00 is #0510FF. Grayscale: #D8D8D8. Windows color (decimal): -332032 or 61434. OLE color: 61434.

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

Color convert

RGB 250 239 0 -
CMYK 0 0.04 1 0.02
HSL 57.36º 1% 0.49% -
HSV(B) 57.36º 1% 0.98% -
XYZ 70.29 82.06 12.13 -
YUV 215.04 6.64 152.93 -
System Red Green Blue C M Y K H S L
Decimal 250 239 0 0 0.04 1 0.02 57.36 1 0.49
Hex FA EF 0 0 4 64 2 39 64 31
Octal 372 357 0 0 4 144 2 71 144 61
Binary 11111010 11101111 0 0 100 1100100 10 111001 1100100 110001

Color Harmonies of #FAEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEF00

Black with #FAEF00

Text Example


Text Example

White with #FAEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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