Html Css Color HEX #F0832F Sun

📋 copy color: '#F0832F'

red 240 ◦ green 131 ◦ blue 47

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

Shades of Sun #F0832F

Tints of Sun #F0832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 57.42%
G = 31.34%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0832F (or 0xF0832F) is known color: Sun. HEX triplet: F0, 83 and 2F. RGB value is (240,131,47). Sum of RGB (Red+Green+Blue) = 240+131+47=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0832F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0832F is #0F7CD0. Grayscale: #9A9A9A. Windows color (decimal): -1014993 or 3113968. OLE color: 3113968.

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

Color convert

RGB 240 131 47 -
CMYK 0 0.45 0.80 0.06
HSL 26.11º 0.87% 0.56% -
HSV(B) 26.11º 0.8% 0.94% -
XYZ 44.56 34.96 7.09 -
YUV 154.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 240 131 47 0 0.45 0.80 0.06 26.11 0.87 0.56
Hex F0 83 2F 0 2D 50 6 1A 57 38
Octal 360 203 57 0 55 120 6 32 127 70
Binary 11110000 10000011 101111 0 101101 1010000 110 11010 1010111 111000

Color Harmonies of #F0832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0832F

Black with #F0832F

Text Example


Text Example

White with #F0832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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