Html Css Color HEX #F0A12A Lightning Yellow

📋 copy color: '#F0A12A'

red 240 ◦ green 161 ◦ blue 42

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

Shades of Lightning Yellow #F0A12A

Tints of Lightning Yellow #F0A12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.34%

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

R = 54.18%
G = 36.34%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0A12A (or 0xF0A12A) is known color: Lightning Yellow. HEX triplet: F0, A1 and 2A. RGB value is (240,161,42). Sum of RGB (Red+Green+Blue) = 240+161+42=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A12A is #0F5ED5. Grayscale: #ABABAB. Windows color (decimal): -1007318 or 2793968. OLE color: 2793968.

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

Color convert

RGB 240 161 42 -
CMYK 0 0.33 0.82 0.06
HSL 36.06º 0.87% 0.55% -
HSV(B) 36.06º 0.83% 0.94% -
XYZ 49.1 44.18 8.13 -
YUV 171.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 240 161 42 0 0.33 0.82 0.06 36.06 0.87 0.55
Hex F0 A1 2A 0 21 52 6 24 57 37
Octal 360 241 52 0 41 122 6 44 127 67
Binary 11110000 10100001 101010 0 100001 1010010 110 100100 1010111 110111

Color Harmonies of #F0A12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A12A

Black with #F0A12A

Text Example


Text Example

White with #F0A12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A12A; }

 p { color: rgb(240,161,42); }

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

background-color css

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

 a { background-color: rgb(240,161,42); }

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

border-color css

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

 span { border-color: rgb(240,161,42); }

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