Html Css Color HEX #F9A222 Lightning Yellow

📋 copy color: '#F9A222'

red 249 ◦ green 162 ◦ blue 34

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

Shades of Lightning Yellow #F9A222

Tints of Lightning Yellow #F9A222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.64%

R = 55.96%
G = 36.4%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F9A222 (or 0xF9A222) is known color: Lightning Yellow. HEX triplet: F9, A2 and 22. RGB value is (249,162,34). Sum of RGB (Red+Green+Blue) = 249+162+34=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A222 is #065DDD. Grayscale: #AEAEAE. Windows color (decimal): -417246 or 2269945. OLE color: 2269945.

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

Color convert

RGB 249 162 34 -
CMYK 0 0.35 0.86 0.02
HSL 35.72º 0.95% 0.55% -
HSV(B) 35.72º 0.86% 0.98% -
XYZ 52.28 46.1 7.66 -
YUV 173.42 49.32 181.91 -
System Red Green Blue C M Y K H S L
Decimal 249 162 34 0 0.35 0.86 0.02 35.72 0.95 0.55
Hex F9 A2 22 0 23 56 2 24 5F 37
Octal 371 242 42 0 43 126 2 44 137 67
Binary 11111001 10100010 100010 0 100011 1010110 10 100100 1011111 110111

Color Harmonies of #F9A222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A222

Black with #F9A222

Text Example


Text Example

White with #F9A222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A222; }

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

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

background-color css

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

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

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

border-color css

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

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

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