Html Css Color HEX #F0582B Outrageous Orange

📋 copy color: '#F0582B'

red 240 ◦ green 88 ◦ blue 43

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

Shades of Outrageous Orange #F0582B

Tints of Outrageous Orange #F0582B

RGB

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

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

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

R = 64.69%
G = 23.72%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0582B (or 0xF0582B) is known color: Outrageous Orange. HEX triplet: F0, 58 and 2B. RGB value is (240,88,43). Sum of RGB (Red+Green+Blue) = 240+88+43=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0582B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0582B is #0FA7D4. Grayscale: #808080. Windows color (decimal): -1026005 or 2840816. OLE color: 2840816.

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

Color convert

RGB 240 88 43 -
CMYK 0 0.63 0.82 0.06
HSL 13.71º 0.87% 0.55% -
HSV(B) 13.71º 0.82% 0.94% -
XYZ 39.86 25.68 5.14 -
YUV 128.32 79.86 207.66 -
System Red Green Blue C M Y K H S L
Decimal 240 88 43 0 0.63 0.82 0.06 13.71 0.87 0.55
Hex F0 58 2B 0 3F 52 6 E 57 37
Octal 360 130 53 0 77 122 6 16 127 67
Binary 11110000 1011000 101011 0 111111 1010010 110 1110 1010111 110111

Color Harmonies of #F0582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0582B

Black with #F0582B

Text Example


Text Example

White with #F0582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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