Html Css Color HEX #F5A321 Lightning Yellow

📋 copy color: '#F5A321'

red 245 ◦ green 163 ◦ blue 33

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

Shades of Lightning Yellow #F5A321

Tints of Lightning Yellow #F5A321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.48%

R = 55.56%
G = 36.96%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5A321 (or 0xF5A321) is known color: Lightning Yellow. HEX triplet: F5, A3 and 21. RGB value is (245,163,33). Sum of RGB (Red+Green+Blue) = 245+163+33=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A321 is #0A5CDE. Grayscale: #ADADAD. Windows color (decimal): -679135 or 2204661. OLE color: 2204661.

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

Color convert

RGB 245 163 33 -
CMYK 0 0.33 0.87 0.04
HSL 36.79º 0.91% 0.55% -
HSV(B) 36.79º 0.87% 0.96% -
XYZ 51.03 45.72 7.57 -
YUV 172.7 49.17 179.57 -
System Red Green Blue C M Y K H S L
Decimal 245 163 33 0 0.33 0.87 0.04 36.79 0.91 0.55
Hex F5 A3 21 0 21 57 4 25 5B 37
Octal 365 243 41 0 41 127 4 45 133 67
Binary 11110101 10100011 100001 0 100001 1010111 100 100101 1011011 110111

Color Harmonies of #F5A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A321

Black with #F5A321

Text Example


Text Example

White with #F5A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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