Html Css Color HEX #FAA229 Lightning Yellow

📋 copy color: '#FAA229'

red 250 ◦ green 162 ◦ blue 41

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

Shades of Lightning Yellow #FAA229

Tints of Lightning Yellow #FAA229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

 BLUE value IS 41 (16.41% from 255) = 9.05%

R = 55.19%
G = 35.76%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA229 (or 0xFAA229) is known color: Lightning Yellow. HEX triplet: FA, A2 and 29. RGB value is (250,162,41). Sum of RGB (Red+Green+Blue) = 250+162+41=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA229 is #055DD6. Grayscale: #AFAFAF. Windows color (decimal): -351703 or 2728698. OLE color: 2728698.

HSL color Cylindrical-coordinate representation of color #FAA229: hue angle of 34.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAA229 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 162 41 -
CMYK 0 0.35 0.84 0.02
HSL 34.74º 0.95% 0.57% -
HSV(B) 34.74º 0.84% 0.98% -
XYZ 52.74 46.32 8.26 -
YUV 174.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 250 162 41 0 0.35 0.84 0.02 34.74 0.95 0.57
Hex FA A2 29 0 23 54 2 23 5F 39
Octal 372 242 51 0 43 124 2 43 137 71
Binary 11111010 10100010 101001 0 100011 1010100 10 100011 1011111 111001

Color Harmonies of #FAA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA229

Black with #FAA229

Text Example


Text Example

White with #FAA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA229; }

 p { color: rgb(250,162,41); }

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

background-color css

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

 a { background-color: rgb(250,162,41); }

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

border-color css

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

 span { border-color: rgb(250,162,41); }

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