Html Css Color HEX #F9A528 Lightning Yellow

📋 copy color: '#F9A528'

red 249 ◦ green 165 ◦ blue 40

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

Shades of Lightning Yellow #F9A528

Tints of Lightning Yellow #F9A528

RGB

 RED value IS 249 (97.66% from 255) = 54.85%

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

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

R = 54.85%
G = 36.34%
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

#F9A528 (or 0xF9A528) is known color: Lightning Yellow. HEX triplet: F9, A5 and 28. RGB value is (249,165,40). Sum of RGB (Red+Green+Blue) = 249+165+40=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A528 is #065AD7. Grayscale: #B0B0B0. Windows color (decimal): -416472 or 2663929. OLE color: 2663929.

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

Color convert

RGB 249 165 40 -
CMYK 0 0.34 0.84 0.02
HSL 35.89º 0.95% 0.57% -
HSV(B) 35.89º 0.84% 0.98% -
XYZ 52.91 47.2 8.33 -
YUV 175.87 51.33 180.16 -
System Red Green Blue C M Y K H S L
Decimal 249 165 40 0 0.34 0.84 0.02 35.89 0.95 0.57
Hex F9 A5 28 0 22 54 2 24 5F 39
Octal 371 245 50 0 42 124 2 44 137 71
Binary 11111001 10100101 101000 0 100010 1010100 10 100100 1011111 111001

Color Harmonies of #F9A528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A528

Black with #F9A528

Text Example


Text Example

White with #F9A528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A528; }

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

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

background-color css

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

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

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

border-color css

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

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

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