Html Css Color HEX #F9A23A Lightning Yellow

📋 copy color: '#F9A23A'

red 249 ◦ green 162 ◦ blue 58

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

Shades of Lightning Yellow #F9A23A

Tints of Lightning Yellow #F9A23A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

 BLUE value IS 58 (23.05% from 255) = 12.37%

R = 53.09%
G = 34.54%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F9A23A (or 0xF9A23A) is known color: Lightning Yellow. HEX triplet: F9, A2 and 3A. RGB value is (249,162,58). Sum of RGB (Red+Green+Blue) = 249+162+58=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A23A is #065DC5. Grayscale: #B0B0B0. Windows color (decimal): -417222 or 3842809. OLE color: 3842809.

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

Color convert

RGB 249 162 58 -
CMYK 0 0.35 0.77 0.02
HSL 32.67º 0.94% 0.6% -
HSV(B) 32.67º 0.77% 0.98% -
XYZ 52.75 46.29 10.16 -
YUV 176.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 249 162 58 0 0.35 0.77 0.02 32.67 0.94 0.6
Hex F9 A2 3A 0 23 4D 2 21 5E 3C
Octal 371 242 72 0 43 115 2 41 136 74
Binary 11111001 10100010 111010 0 100011 1001101 10 100001 1011110 111100

Color Harmonies of #F9A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A23A

Black with #F9A23A

Text Example


Text Example

White with #F9A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A23A; }

 p { color: rgb(249,162,58); }

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

background-color css

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

 a { background-color: rgb(249,162,58); }

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

border-color css

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

 span { border-color: rgb(249,162,58); }

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