Html Css Color HEX #F5A222 Lightning Yellow

📋 copy color: '#F5A222'

red 245 ◦ green 162 ◦ blue 34

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

Shades of Lightning Yellow #F5A222

Tints of Lightning Yellow #F5A222

RGB

 RED value IS 245 (96.09% from 255) = 55.56%

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

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

R = 55.56%
G = 36.73%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F5A222 (or 0xF5A222) is known color: Lightning Yellow. HEX triplet: F5, A2 and 22. RGB value is (245,162,34). Sum of RGB (Red+Green+Blue) = 245+162+34=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A222 is #0A5DDD. Grayscale: #ACACAC. Windows color (decimal): -679390 or 2269941. OLE color: 2269941.

HSL color Cylindrical-coordinate representation of color #F5A222: hue angle of 36.4º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5A222 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 162 34 -
CMYK 0 0.34 0.86 0.04
HSL 36.4º 0.91% 0.55% -
HSV(B) 36.4º 0.86% 0.96% -
XYZ 50.87 45.37 7.59 -
YUV 172.23 50 179.91 -
System Red Green Blue C M Y K H S L
Decimal 245 162 34 0 0.34 0.86 0.04 36.4 0.91 0.55
Hex F5 A2 22 0 22 56 4 24 5B 37
Octal 365 242 42 0 42 126 4 44 133 67
Binary 11110101 10100010 100010 0 100010 1010110 100 100100 1011011 110111

Color Harmonies of #F5A222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A222

Black with #F5A222

Text Example


Text Example

White with #F5A222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A222; }

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

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

background-color css

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

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

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

border-color css

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

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

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