Html Css Color HEX #FAF80E Yellow

📋 copy color: '#FAF80E'

red 250 ◦ green 248 ◦ blue 14

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

Shades of Yellow #FAF80E

Tints of Yellow #FAF80E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.44%

 BLUE value IS 14 (5.86% from 255) = 2.73%

R = 48.83%
G = 48.44%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAF80E (or 0xFAF80E) is known color: Yellow. HEX triplet: FA, F8 and 0E. RGB value is (250,248,14). Sum of RGB (Red+Green+Blue) = 250+248+14=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 14 (5.86% from 255 or 2.73% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF80E is #0507F1. Grayscale: #DEDEDE. Windows color (decimal): -329714 or 981242. OLE color: 981242.

HSL color Cylindrical-coordinate representation of color #FAF80E: hue angle of 59.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAF80E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 14 -
CMYK 0 0.01 0.94 0.02
HSL 59.49º 0.96% 0.52% -
HSV(B) 59.49º 0.94% 0.98% -
XYZ 73.07 87.49 13.45 -
YUV 221.92 10.66 148.03 -
System Red Green Blue C M Y K H S L
Decimal 250 248 14 0 0.01 0.94 0.02 59.49 0.96 0.52
Hex FA F8 E 0 1 5E 2 3B 60 34
Octal 372 370 16 0 1 136 2 73 140 64
Binary 11111010 11111000 1110 0 1 1011110 10 111011 1100000 110100

Color Harmonies of #FAF80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF80E

Black with #FAF80E

Text Example


Text Example

White with #FAF80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF80E; }

 p { color: rgb(250,248,14); }

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

background-color css

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

 a { background-color: rgb(250,248,14); }

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

border-color css

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

 span { border-color: rgb(250,248,14); }

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