Html Css Color HEX #FAF90A Yellow

📋 copy color: '#FAF90A'

red 250 ◦ green 249 ◦ blue 10

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

Shades of Yellow #FAF90A

Tints of Yellow #FAF90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.96%

R = 49.12%
G = 48.92%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAF90A (or 0xFAF90A) is known color: Yellow. HEX triplet: FA, F9 and 0A. RGB value is (250,249,10). Sum of RGB (Red+Green+Blue) = 250+249+10=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 10 (4.30% from 255 or 1.96% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF90A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF90A is #0506F5. Grayscale: #DFDFDF. Windows color (decimal): -329462 or 719354. OLE color: 719354.

HSL color Cylindrical-coordinate representation of color #FAF90A: 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.96%. Process color model (Four color, CMYK) of #FAF90A is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 10 -
CMYK 0 0.00 0.96 0.02
HSL 59.75º 0.96% 0.51% -
HSV(B) 59.75º 0.96% 0.98% -
XYZ 73.35 88.1 13.43 -
YUV 222.05 8.33 147.93 -
System Red Green Blue C M Y K H S L
Decimal 250 249 10 0 0.00 0.96 0.02 59.75 0.96 0.51
Hex FA F9 A 0 0 60 2 3C 60 33
Octal 372 371 12 0 0 140 2 74 140 63
Binary 11111010 11111001 1010 0 0 1100000 10 111100 1100000 110011

Color Harmonies of #FAF90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF90A

Black with #FAF90A

Text Example


Text Example

White with #FAF90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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