Html Css Color HEX #F9AB30 Lightning Yellow

📋 copy color: '#F9AB30'

red 249 ◦ green 171 ◦ blue 48

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

Shades of Lightning Yellow #F9AB30

Tints of Lightning Yellow #F9AB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

 BLUE value IS 48 (19.14% from 255) = 10.26%

R = 53.21%
G = 36.54%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9AB30 (or 0xF9AB30) is known color: Lightning Yellow. HEX triplet: F9, AB and 30. RGB value is (249,171,48). Sum of RGB (Red+Green+Blue) = 249+171+48=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AB30 is #0654CF. Grayscale: #B4B4B4. Windows color (decimal): -414928 or 3189753. OLE color: 3189753.

HSL color Cylindrical-coordinate representation of color #F9AB30: hue angle of 36.72º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9AB30 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 171 48 -
CMYK 0 0.31 0.81 0.02
HSL 36.72º 0.94% 0.58% -
HSV(B) 36.72º 0.81% 0.98% -
XYZ 54.16 49.48 9.49 -
YUV 180.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 249 171 48 0 0.31 0.81 0.02 36.72 0.94 0.58
Hex F9 AB 30 0 1F 51 2 25 5E 3A
Octal 371 253 60 0 37 121 2 45 136 72
Binary 11111001 10101011 110000 0 11111 1010001 10 100101 1011110 111010

Color Harmonies of #F9AB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AB30

Black with #F9AB30

Text Example


Text Example

White with #F9AB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AB30; }

 p { color: rgb(249,171,48); }

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

background-color css

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

 a { background-color: rgb(249,171,48); }

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

border-color css

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

 span { border-color: rgb(249,171,48); }

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