Html Css Color HEX #F0A12D Lightning Yellow

📋 copy color: '#F0A12D'

red 240 ◦ green 161 ◦ blue 45

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

Shades of Lightning Yellow #F0A12D

Tints of Lightning Yellow #F0A12D

RGB

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

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

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

R = 53.81%
G = 36.1%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0A12D (or 0xF0A12D) is known color: Lightning Yellow. HEX triplet: F0, A1 and 2D. RGB value is (240,161,45). Sum of RGB (Red+Green+Blue) = 240+161+45=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 45 (17.97% from 255 or 10.09% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A12D is #0F5ED2. Grayscale: #ABABAB. Windows color (decimal): -1007315 or 2990576. OLE color: 2990576.

HSL color Cylindrical-coordinate representation of color #F0A12D: hue angle of 35.69º 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 #F0A12D is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 45 -
CMYK 0 0.33 0.81 0.06
HSL 35.69º 0.87% 0.56% -
HSV(B) 35.69º 0.81% 0.94% -
XYZ 49.15 44.2 8.42 -
YUV 171.4 56.67 176.93 -
System Red Green Blue C M Y K H S L
Decimal 240 161 45 0 0.33 0.81 0.06 35.69 0.87 0.56
Hex F0 A1 2D 0 21 51 6 24 57 38
Octal 360 241 55 0 41 121 6 44 127 70
Binary 11110000 10100001 101101 0 100001 1010001 110 100100 1010111 111000

Color Harmonies of #F0A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A12D

Black with #F0A12D

Text Example


Text Example

White with #F0A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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