Html Css Color HEX #F5A224 Lightning Yellow

📋 copy color: '#F5A224'

red 245 ◦ green 162 ◦ blue 36

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

Shades of Lightning Yellow #F5A224

Tints of Lightning Yellow #F5A224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.13%

R = 55.3%
G = 36.57%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F5A224 (or 0xF5A224) is known color: Lightning Yellow. HEX triplet: F5, A2 and 24. RGB value is (245,162,36). Sum of RGB (Red+Green+Blue) = 245+162+36=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A224 is #0A5DDB. Grayscale: #ADADAD. Windows color (decimal): -679388 or 2401013. OLE color: 2401013.

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

Color convert

RGB 245 162 36 -
CMYK 0 0.34 0.85 0.04
HSL 36.17º 0.91% 0.55% -
HSV(B) 36.17º 0.85% 0.96% -
XYZ 50.89 45.38 7.75 -
YUV 172.45 51 179.75 -
System Red Green Blue C M Y K H S L
Decimal 245 162 36 0 0.34 0.85 0.04 36.17 0.91 0.55
Hex F5 A2 24 0 22 55 4 24 5B 37
Octal 365 242 44 0 42 125 4 44 133 67
Binary 11110101 10100010 100100 0 100010 1010101 100 100100 1011011 110111

Color Harmonies of #F5A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A224

Black with #F5A224

Text Example


Text Example

White with #F5A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A224; }

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

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

background-color css

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

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

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

border-color css

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

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

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