Html Css Color HEX #F0582F Outrageous Orange

📋 copy color: '#F0582F'

red 240 ◦ green 88 ◦ blue 47

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

Shades of Outrageous Orange #F0582F

Tints of Outrageous Orange #F0582F

RGB

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

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

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

R = 64%
G = 23.47%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0582F (or 0xF0582F) is known color: Outrageous Orange. HEX triplet: F0, 58 and 2F. RGB value is (240,88,47). Sum of RGB (Red+Green+Blue) = 240+88+47=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0582F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0582F is #0FA7D0. Grayscale: #818181. Windows color (decimal): -1026001 or 3102960. OLE color: 3102960.

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

Color convert

RGB 240 88 47 -
CMYK 0 0.63 0.80 0.06
HSL 12.75º 0.87% 0.56% -
HSV(B) 12.75º 0.8% 0.94% -
XYZ 39.94 25.71 5.55 -
YUV 128.77 81.86 207.33 -
System Red Green Blue C M Y K H S L
Decimal 240 88 47 0 0.63 0.80 0.06 12.75 0.87 0.56
Hex F0 58 2F 0 3F 50 6 D 57 38
Octal 360 130 57 0 77 120 6 15 127 70
Binary 11110000 1011000 101111 0 111111 1010000 110 1101 1010111 111000

Color Harmonies of #F0582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0582F

Black with #F0582F

Text Example


Text Example

White with #F0582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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