Html Css Color HEX #F5A836 Lightning Yellow

📋 copy color: '#F5A836'

red 245 ◦ green 168 ◦ blue 54

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

Shades of Lightning Yellow #F5A836

Tints of Lightning Yellow #F5A836

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 52.46%
G = 35.97%
B = 11.56%

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

#F5A836 (or 0xF5A836) is known color: Lightning Yellow. HEX triplet: F5, A8 and 36. RGB value is (245,168,54). Sum of RGB (Red+Green+Blue) = 245+168+54=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A836 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A836 is #0A57C9. Grayscale: #B2B2B2. Windows color (decimal): -677834 or 3582197. OLE color: 3582197.

HSL color Cylindrical-coordinate representation of color #F5A836: hue angle of 35.81º 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 #F5A836 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 168 54 -
CMYK 0 0.31 0.78 0.04
HSL 35.81º 0.91% 0.59% -
HSV(B) 35.81º 0.78% 0.96% -
XYZ 52.32 47.68 9.94 -
YUV 178.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 245 168 54 0 0.31 0.78 0.04 35.81 0.91 0.59
Hex F5 A8 36 0 1F 4E 4 24 5B 3B
Octal 365 250 66 0 37 116 4 44 133 73
Binary 11110101 10101000 110110 0 11111 1001110 100 100100 1011011 111011

Color Harmonies of #F5A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A836

Black with #F5A836

Text Example


Text Example

White with #F5A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A836; }

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

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

background-color css

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

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

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

border-color css

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

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

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