Html Css Color HEX #F5A936 Lightning Yellow

📋 copy color: '#F5A936'

red 245 ◦ green 169 ◦ blue 54

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

Shades of Lightning Yellow #F5A936

Tints of Lightning Yellow #F5A936

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.11%

 BLUE value IS 54 (21.48% from 255) = 11.54%

R = 52.35%
G = 36.11%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F5A936 (or 0xF5A936) is known color: Lightning Yellow. HEX triplet: F5, A9 and 36. RGB value is (245,169,54). Sum of RGB (Red+Green+Blue) = 245+169+54=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A936 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A936 is #0A56C9. Grayscale: #B3B3B3. Windows color (decimal): -677578 or 3582453. OLE color: 3582453.

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

Color convert

RGB 245 169 54 -
CMYK 0 0.31 0.78 0.04
HSL 36.13º 0.91% 0.59% -
HSV(B) 36.13º 0.78% 0.96% -
XYZ 52.51 48.05 10 -
YUV 178.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 245 169 54 0 0.31 0.78 0.04 36.13 0.91 0.59
Hex F5 A9 36 0 1F 4E 4 24 5B 3B
Octal 365 251 66 0 37 116 4 44 133 73
Binary 11110101 10101001 110110 0 11111 1001110 100 100100 1011011 111011

Color Harmonies of #F5A936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A936

Black with #F5A936

Text Example


Text Example

White with #F5A936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A936; }

 p { color: rgb(245,169,54); }

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

background-color css

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

 a { background-color: rgb(245,169,54); }

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

border-color css

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

 span { border-color: rgb(245,169,54); }

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