Html Css Color HEX #FAA428 Lightning Yellow

📋 copy color: '#FAA428'

red 250 ◦ green 164 ◦ blue 40

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

Shades of Lightning Yellow #FAA428

Tints of Lightning Yellow #FAA428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.12%

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 55.07%
G = 36.12%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAA428 (or 0xFAA428) is known color: Lightning Yellow. HEX triplet: FA, A4 and 28. RGB value is (250,164,40). Sum of RGB (Red+Green+Blue) = 250+164+40=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA428 is #055BD7. Grayscale: #B0B0B0. Windows color (decimal): -351192 or 2663674. OLE color: 2663674.

HSL color Cylindrical-coordinate representation of color #FAA428: hue angle of 35.43º 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 #FAA428 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 164 40 -
CMYK 0 0.34 0.84 0.02
HSL 35.43º 0.95% 0.57% -
HSV(B) 35.43º 0.84% 0.98% -
XYZ 53.08 47.03 8.29 -
YUV 175.58 51.49 181.08 -
System Red Green Blue C M Y K H S L
Decimal 250 164 40 0 0.34 0.84 0.02 35.43 0.95 0.57
Hex FA A4 28 0 22 54 2 23 5F 39
Octal 372 244 50 0 42 124 2 43 137 71
Binary 11111010 10100100 101000 0 100010 1010100 10 100011 1011111 111001

Color Harmonies of #FAA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA428

Black with #FAA428

Text Example


Text Example

White with #FAA428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA428; }

 p { color: rgb(250,164,40); }

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

background-color css

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

 a { background-color: rgb(250,164,40); }

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

border-color css

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

 span { border-color: rgb(250,164,40); }

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