Html Css Color HEX #F9A22B Lightning Yellow

📋 copy color: '#F9A22B'

red 249 ◦ green 162 ◦ blue 43

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

Shades of Lightning Yellow #F9A22B

Tints of Lightning Yellow #F9A22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.47%

R = 54.85%
G = 35.68%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9A22B (or 0xF9A22B) is known color: Lightning Yellow. HEX triplet: F9, A2 and 2B. RGB value is (249,162,43). Sum of RGB (Red+Green+Blue) = 249+162+43=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A22B is #065DD4. Grayscale: #AFAFAF. Windows color (decimal): -417237 or 2859769. OLE color: 2859769.

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

Color convert

RGB 249 162 43 -
CMYK 0 0.35 0.83 0.02
HSL 34.66º 0.94% 0.57% -
HSV(B) 34.66º 0.83% 0.98% -
XYZ 52.42 46.15 8.43 -
YUV 174.45 53.82 181.18 -
System Red Green Blue C M Y K H S L
Decimal 249 162 43 0 0.35 0.83 0.02 34.66 0.94 0.57
Hex F9 A2 2B 0 23 53 2 23 5E 39
Octal 371 242 53 0 43 123 2 43 136 71
Binary 11111001 10100010 101011 0 100011 1010011 10 100011 1011110 111001

Color Harmonies of #F9A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A22B

Black with #F9A22B

Text Example


Text Example

White with #F9A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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