Html Css Color HEX #F0832B Sun

📋 copy color: '#F0832B'

red 240 ◦ green 131 ◦ blue 43

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

Shades of Sun #F0832B

Tints of Sun #F0832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.39%

R = 57.97%
G = 31.64%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0832B (or 0xF0832B) is known color: Sun. HEX triplet: F0, 83 and 2B. RGB value is (240,131,43). Sum of RGB (Red+Green+Blue) = 240+131+43=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0832B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0832B is #0F7CD4. Grayscale: #9A9A9A. Windows color (decimal): -1014997 or 2851824. OLE color: 2851824.

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

Color convert

RGB 240 131 43 -
CMYK 0 0.45 0.82 0.06
HSL 26.8º 0.87% 0.55% -
HSV(B) 26.8º 0.82% 0.94% -
XYZ 44.49 34.93 6.68 -
YUV 153.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 240 131 43 0 0.45 0.82 0.06 26.8 0.87 0.55
Hex F0 83 2B 0 2D 52 6 1B 57 37
Octal 360 203 53 0 55 122 6 33 127 67
Binary 11110000 10000011 101011 0 101101 1010010 110 11011 1010111 110111

Color Harmonies of #F0832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0832B

Black with #F0832B

Text Example


Text Example

White with #F0832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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