Html Css Color HEX #F0832A Sun

📋 copy color: '#F0832A'

red 240 ◦ green 131 ◦ blue 42

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

Shades of Sun #F0832A

Tints of Sun #F0832A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 58.11%
G = 31.72%
B = 10.17%

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

#F0832A (or 0xF0832A) is known color: Sun. HEX triplet: F0, 83 and 2A. RGB value is (240,131,42). Sum of RGB (Red+Green+Blue) = 240+131+42=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0832A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0832A is #0F7CD5. Grayscale: #999999. Windows color (decimal): -1014998 or 2786288. OLE color: 2786288.

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

Color convert

RGB 240 131 42 -
CMYK 0 0.45 0.82 0.06
HSL 26.97º 0.87% 0.55% -
HSV(B) 26.97º 0.83% 0.94% -
XYZ 44.47 34.93 6.59 -
YUV 153.45 65.11 189.74 -
System Red Green Blue C M Y K H S L
Decimal 240 131 42 0 0.45 0.82 0.06 26.97 0.87 0.55
Hex F0 83 2A 0 2D 52 6 1B 57 37
Octal 360 203 52 0 55 122 6 33 127 67
Binary 11110000 10000011 101010 0 101101 1010010 110 11011 1010111 110111

Color Harmonies of #F0832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0832A

Black with #F0832A

Text Example


Text Example

White with #F0832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0832A; }

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

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

background-color css

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

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

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

border-color css

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

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

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