Html Css Color HEX #F0A32F Lightning Yellow

📋 copy color: '#F0A32F'

red 240 ◦ green 163 ◦ blue 47

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

Shades of Lightning Yellow #F0A32F

Tints of Lightning Yellow #F0A32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 53.33%
G = 36.22%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0A32F (or 0xF0A32F) is known color: Lightning Yellow. HEX triplet: F0, A3 and 2F. RGB value is (240,163,47). Sum of RGB (Red+Green+Blue) = 240+163+47=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A32F is #0F5CD0. Grayscale: #ADADAD. Windows color (decimal): -1006801 or 3122160. OLE color: 3122160.

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

Color convert

RGB 240 163 47 -
CMYK 0 0.32 0.80 0.06
HSL 36.06º 0.87% 0.56% -
HSV(B) 36.06º 0.8% 0.94% -
XYZ 49.55 44.92 8.75 -
YUV 172.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 240 163 47 0 0.32 0.80 0.06 36.06 0.87 0.56
Hex F0 A3 2F 0 20 50 6 24 57 38
Octal 360 243 57 0 40 120 6 44 127 70
Binary 11110000 10100011 101111 0 100000 1010000 110 100100 1010111 111000

Color Harmonies of #F0A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A32F

Black with #F0A32F

Text Example


Text Example

White with #F0A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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