Html Css Color HEX #F2582D Outrageous Orange

📋 copy color: '#F2582D'

red 242 ◦ green 88 ◦ blue 45

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

Shades of Outrageous Orange #F2582D

Tints of Outrageous Orange #F2582D

RGB

 RED value IS 242 (94.92% from 255) = 64.53%

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

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

R = 64.53%
G = 23.47%
B = 12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2582D (or 0xF2582D) is known color: Outrageous Orange. HEX triplet: F2, 58 and 2D. RGB value is (242,88,45). Sum of RGB (Red+Green+Blue) = 242+88+45=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2582D is #0DA7D2. Grayscale: #818181. Windows color (decimal): -894931 or 2971890. OLE color: 2971890.

HSL color Cylindrical-coordinate representation of color #F2582D: hue angle of 13.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2582D is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 88 45 -
CMYK 0 0.64 0.81 0.05
HSL 13.1º 0.88% 0.56% -
HSV(B) 13.1º 0.81% 0.95% -
XYZ 40.58 26.05 5.37 -
YUV 129.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 242 88 45 0 0.64 0.81 0.05 13.1 0.88 0.56
Hex F2 58 2D 0 40 51 5 D 58 38
Octal 362 130 55 0 100 121 5 15 130 70
Binary 11110010 1011000 101101 0 1000000 1010001 101 1101 1011000 111000

Color Harmonies of #F2582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2582D

Black with #F2582D

Text Example


Text Example

White with #F2582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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