Html Css Color HEX #F4A221 Lightning Yellow

📋 copy color: '#F4A221'

red 244 ◦ green 162 ◦ blue 33

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

Shades of Lightning Yellow #F4A221

Tints of Lightning Yellow #F4A221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.9%

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

R = 55.58%
G = 36.9%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F4A221 (or 0xF4A221) is known color: Lightning Yellow. HEX triplet: F4, A2 and 21. RGB value is (244,162,33). Sum of RGB (Red+Green+Blue) = 244+162+33=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A221 is #0B5DDE. Grayscale: #ACACAC. Windows color (decimal): -744927 or 2204404. OLE color: 2204404.

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

Color convert

RGB 244 162 33 -
CMYK 0 0.34 0.86 0.04
HSL 36.68º 0.91% 0.54% -
HSV(B) 36.68º 0.86% 0.96% -
XYZ 50.5 45.18 7.5 -
YUV 171.81 49.67 179.49 -
System Red Green Blue C M Y K H S L
Decimal 244 162 33 0 0.34 0.86 0.04 36.68 0.91 0.54
Hex F4 A2 21 0 22 56 4 25 5B 36
Octal 364 242 41 0 42 126 4 45 133 66
Binary 11110100 10100010 100001 0 100010 1010110 100 100101 1011011 110110

Color Harmonies of #F4A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A221

Black with #F4A221

Text Example


Text Example

White with #F4A221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A221; }

 p { color: rgb(244,162,33); }

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

background-color css

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

 a { background-color: rgb(244,162,33); }

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

border-color css

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

 span { border-color: rgb(244,162,33); }

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