Html Css Color HEX #FAF908 Yellow

📋 copy color: '#FAF908'

red 250 ◦ green 249 ◦ blue 8

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

Shades of Yellow #FAF908

Tints of Yellow #FAF908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

 BLUE value IS 8 (3.52% from 255) = 1.58%

R = 49.31%
G = 49.11%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAF908 (or 0xFAF908) is known color: Yellow. HEX triplet: FA, F9 and 08. RGB value is (250,249,8). Sum of RGB (Red+Green+Blue) = 250+249+8=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 8 (3.52% from 255 or 1.58% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF908 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF908 is #0506F7. Grayscale: #DEDEDE. Windows color (decimal): -329464 or 588282. OLE color: 588282.

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

Color convert

RGB 250 249 8 -
CMYK 0 0.00 0.97 0.02
HSL 59.75º 0.96% 0.51% -
HSV(B) 59.75º 0.97% 0.98% -
XYZ 73.34 88.09 13.37 -
YUV 221.83 7.33 148.1 -
System Red Green Blue C M Y K H S L
Decimal 250 249 8 0 0.00 0.97 0.02 59.75 0.96 0.51
Hex FA F9 8 0 0 61 2 3C 60 33
Octal 372 371 10 0 0 141 2 74 140 63
Binary 11111010 11111001 1000 0 0 1100001 10 111100 1100000 110011

Color Harmonies of #FAF908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF908

Black with #FAF908

Text Example


Text Example

White with #FAF908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF908; }

 p { color: rgb(250,249,8); }

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

background-color css

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

 a { background-color: rgb(250,249,8); }

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

border-color css

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

 span { border-color: rgb(250,249,8); }

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