Html Css Color HEX #F0582D Outrageous Orange

📋 copy color: '#F0582D'

red 240 ◦ green 88 ◦ blue 45

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

Shades of Outrageous Orange #F0582D

Tints of Outrageous Orange #F0582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 64.34%
G = 23.59%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0582D (or 0xF0582D) is known color: Outrageous Orange. HEX triplet: F0, 58 and 2D. RGB value is (240,88,45). Sum of RGB (Red+Green+Blue) = 240+88+45=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0582D is #0FA7D2. Grayscale: #808080. Windows color (decimal): -1026003 or 2971888. OLE color: 2971888.

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

Color convert

RGB 240 88 45 -
CMYK 0 0.63 0.81 0.06
HSL 13.23º 0.87% 0.56% -
HSV(B) 13.23º 0.81% 0.94% -
XYZ 39.9 25.69 5.34 -
YUV 128.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 240 88 45 0 0.63 0.81 0.06 13.23 0.87 0.56
Hex F0 58 2D 0 3F 51 6 D 57 38
Octal 360 130 55 0 77 121 6 15 127 70
Binary 11110000 1011000 101101 0 111111 1010001 110 1101 1010111 111000

Color Harmonies of #F0582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0582D

Black with #F0582D

Text Example


Text Example

White with #F0582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0582D; }

 p { color: rgb(240,88,45); }

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

background-color css

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

 a { background-color: rgb(240,88,45); }

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

border-color css

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

 span { border-color: rgb(240,88,45); }

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