Html Css Color HEX #F9A524 Lightning Yellow

📋 copy color: '#F9A524'

red 249 ◦ green 165 ◦ blue 36

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

Shades of Lightning Yellow #F9A524

Tints of Lightning Yellow #F9A524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8%

R = 55.33%
G = 36.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F9A524 (or 0xF9A524) is known color: Lightning Yellow. HEX triplet: F9, A5 and 24. RGB value is (249,165,36). Sum of RGB (Red+Green+Blue) = 249+165+36=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A524 is #065ADB. Grayscale: #B0B0B0. Windows color (decimal): -416476 or 2401785. OLE color: 2401785.

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

Color convert

RGB 249 165 36 -
CMYK 0 0.34 0.86 0.02
HSL 36.34º 0.95% 0.56% -
HSV(B) 36.34º 0.86% 0.98% -
XYZ 52.84 47.18 7.99 -
YUV 175.41 49.33 180.49 -
System Red Green Blue C M Y K H S L
Decimal 249 165 36 0 0.34 0.86 0.02 36.34 0.95 0.56
Hex F9 A5 24 0 22 56 2 24 5F 38
Octal 371 245 44 0 42 126 2 44 137 70
Binary 11111001 10100101 100100 0 100010 1010110 10 100100 1011111 111000

Color Harmonies of #F9A524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A524

Black with #F9A524

Text Example


Text Example

White with #F9A524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A524; }

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

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

background-color css

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

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

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

border-color css

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

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

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