Html Css Color HEX #F0A32E Lightning Yellow

📋 copy color: '#F0A32E'

red 240 ◦ green 163 ◦ blue 46

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

Shades of Lightning Yellow #F0A32E

Tints of Lightning Yellow #F0A32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 46 (18.36% from 255) = 10.24%

R = 53.45%
G = 36.3%
B = 10.24%

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

#F0A32E (or 0xF0A32E) is known color: Lightning Yellow. HEX triplet: F0, A3 and 2E. RGB value is (240,163,46). Sum of RGB (Red+Green+Blue) = 240+163+46=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A32E is #0F5CD1. Grayscale: #ADADAD. Windows color (decimal): -1006802 or 3056624. OLE color: 3056624.

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

Color convert

RGB 240 163 46 -
CMYK 0 0.32 0.81 0.06
HSL 36.19º 0.87% 0.56% -
HSV(B) 36.19º 0.81% 0.94% -
XYZ 49.53 44.92 8.64 -
YUV 172.69 56.51 176.01 -
System Red Green Blue C M Y K H S L
Decimal 240 163 46 0 0.32 0.81 0.06 36.19 0.87 0.56
Hex F0 A3 2E 0 20 51 6 24 57 38
Octal 360 243 56 0 40 121 6 44 127 70
Binary 11110000 10100011 101110 0 100000 1010001 110 100100 1010111 111000

Color Harmonies of #F0A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A32E

Black with #F0A32E

Text Example


Text Example

White with #F0A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A32E; }

 p { color: rgb(240,163,46); }

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

background-color css

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

 a { background-color: rgb(240,163,46); }

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

border-color css

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

 span { border-color: rgb(240,163,46); }

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