Html Css Color HEX #F4A02A Lightning Yellow

📋 copy color: '#F4A02A'

red 244 ◦ green 160 ◦ blue 42

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

Shades of Lightning Yellow #F4A02A

Tints of Lightning Yellow #F4A02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.42%

R = 54.71%
G = 35.87%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F4A02A (or 0xF4A02A) is known color: Lightning Yellow. HEX triplet: F4, A0 and 2A. RGB value is (244,160,42). Sum of RGB (Red+Green+Blue) = 244+160+42=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A02A is #0B5FD5. Grayscale: #ACACAC. Windows color (decimal): -745430 or 2793716. OLE color: 2793716.

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

Color convert

RGB 244 160 42 -
CMYK 0 0.34 0.83 0.04
HSL 35.05º 0.9% 0.56% -
HSV(B) 35.05º 0.83% 0.96% -
XYZ 50.3 44.54 8.14 -
YUV 171.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 244 160 42 0 0.34 0.83 0.04 35.05 0.9 0.56
Hex F4 A0 2A 0 22 53 4 23 5A 38
Octal 364 240 52 0 42 123 4 43 132 70
Binary 11110100 10100000 101010 0 100010 1010011 100 100011 1011010 111000

Color Harmonies of #F4A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A02A

Black with #F4A02A

Text Example


Text Example

White with #F4A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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