Html Css Color HEX #F5A32E Lightning Yellow

📋 copy color: '#F5A32E'

red 245 ◦ green 163 ◦ blue 46

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

Shades of Lightning Yellow #F5A32E

Tints of Lightning Yellow #F5A32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.9%

 BLUE value IS 46 (18.36% from 255) = 10.13%

R = 53.96%
G = 35.9%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5A32E (or 0xF5A32E) is known color: Lightning Yellow. HEX triplet: F5, A3 and 2E. RGB value is (245,163,46). Sum of RGB (Red+Green+Blue) = 245+163+46=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A32E is #0A5CD1. Grayscale: #AEAEAE. Windows color (decimal): -679122 or 3056629. OLE color: 3056629.

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

Color convert

RGB 245 163 46 -
CMYK 0 0.33 0.81 0.04
HSL 35.28º 0.91% 0.57% -
HSV(B) 35.28º 0.81% 0.96% -
XYZ 51.25 45.8 8.72 -
YUV 174.18 55.67 178.51 -
System Red Green Blue C M Y K H S L
Decimal 245 163 46 0 0.33 0.81 0.04 35.28 0.91 0.57
Hex F5 A3 2E 0 21 51 4 23 5B 39
Octal 365 243 56 0 41 121 4 43 133 71
Binary 11110101 10100011 101110 0 100001 1010001 100 100011 1011011 111001

Color Harmonies of #F5A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A32E

Black with #F5A32E

Text Example


Text Example

White with #F5A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A32E; }

 p { color: rgb(245,163,46); }

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

background-color css

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

 a { background-color: rgb(245,163,46); }

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

border-color css

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

 span { border-color: rgb(245,163,46); }

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