Html Css Color HEX #F0A22D Lightning Yellow

📋 copy color: '#F0A22D'

red 240 ◦ green 162 ◦ blue 45

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

Shades of Lightning Yellow #F0A22D

Tints of Lightning Yellow #F0A22D

RGB

 RED value IS 240 (94.14% from 255) = 53.69%

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

 BLUE value IS 45 (17.97% from 255) = 10.07%

R = 53.69%
G = 36.24%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0A22D (or 0xF0A22D) is known color: Lightning Yellow. HEX triplet: F0, A2 and 2D. RGB value is (240,162,45). Sum of RGB (Red+Green+Blue) = 240+162+45=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A22D is #0F5DD2. Grayscale: #ACACAC. Windows color (decimal): -1007059 or 2990832. OLE color: 2990832.

HSL color Cylindrical-coordinate representation of color #F0A22D: hue angle of 36º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0A22D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 162 45 -
CMYK 0 0.32 0.81 0.06
HSL 36º 0.87% 0.56% -
HSV(B) 36º 0.81% 0.94% -
XYZ 49.33 44.56 8.48 -
YUV 171.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 240 162 45 0 0.32 0.81 0.06 36 0.87 0.56
Hex F0 A2 2D 0 20 51 6 24 57 38
Octal 360 242 55 0 40 121 6 44 127 70
Binary 11110000 10100010 101101 0 100000 1010001 110 100100 1010111 111000

Color Harmonies of #F0A22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A22D

Black with #F0A22D

Text Example


Text Example

White with #F0A22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A22D; }

 p { color: rgb(240,162,45); }

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

background-color css

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

 a { background-color: rgb(240,162,45); }

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

border-color css

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

 span { border-color: rgb(240,162,45); }

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