Html Css Color HEX #F4A031 Lightning Yellow

📋 copy color: '#F4A031'

red 244 ◦ green 160 ◦ blue 49

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

Shades of Lightning Yellow #F4A031

Tints of Lightning Yellow #F4A031

RGB

 RED value IS 244 (95.7% from 255) = 53.86%

 GREEN value IS 160 (62.89% from 255) = 35.32%

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 53.86%
G = 35.32%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4A031 (or 0xF4A031) is known color: Lightning Yellow. HEX triplet: F4, A0 and 31. RGB value is (244,160,49). Sum of RGB (Red+Green+Blue) = 244+160+49=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A031 is #0B5FCE. Grayscale: #ACACAC. Windows color (decimal): -745423 or 3252468. OLE color: 3252468.

HSL color Cylindrical-coordinate representation of color #F4A031: hue angle of 34.15º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4A031 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 160 49 -
CMYK 0 0.34 0.80 0.04
HSL 34.15º 0.9% 0.57% -
HSV(B) 34.15º 0.8% 0.96% -
XYZ 50.43 44.6 8.86 -
YUV 172.46 58.33 179.03 -
System Red Green Blue C M Y K H S L
Decimal 244 160 49 0 0.34 0.80 0.04 34.15 0.9 0.57
Hex F4 A0 31 0 22 50 4 22 5A 39
Octal 364 240 61 0 42 120 4 42 132 71
Binary 11110100 10100000 110001 0 100010 1010000 100 100010 1011010 111001

Color Harmonies of #F4A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A031

Black with #F4A031

Text Example


Text Example

White with #F4A031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A031; }

 p { color: rgb(244,160,49); }

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

background-color css

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

 a { background-color: rgb(244,160,49); }

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

border-color css

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

 span { border-color: rgb(244,160,49); }

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