Html Css Color HEX #FAA528 Lightning Yellow

📋 copy color: '#FAA528'

red 250 ◦ green 165 ◦ blue 40

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

Shades of Lightning Yellow #FAA528

Tints of Lightning Yellow #FAA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 54.95%
G = 36.26%
B = 8.79%

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

#FAA528 (or 0xFAA528) is known color: Lightning Yellow. HEX triplet: FA, A5 and 28. RGB value is (250,165,40). Sum of RGB (Red+Green+Blue) = 250+165+40=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA528 is #055AD7. Grayscale: #B0B0B0. Windows color (decimal): -350936 or 2663930. OLE color: 2663930.

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

Color convert

RGB 250 165 40 -
CMYK 0 0.34 0.84 0.02
HSL 35.71º 0.95% 0.57% -
HSV(B) 35.71º 0.84% 0.98% -
XYZ 53.26 47.39 8.35 -
YUV 176.17 51.16 180.66 -
System Red Green Blue C M Y K H S L
Decimal 250 165 40 0 0.34 0.84 0.02 35.71 0.95 0.57
Hex FA A5 28 0 22 54 2 24 5F 39
Octal 372 245 50 0 42 124 2 44 137 71
Binary 11111010 10100101 101000 0 100010 1010100 10 100100 1011111 111001

Color Harmonies of #FAA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA528

Black with #FAA528

Text Example


Text Example

White with #FAA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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