Html Css Color HEX #F2582F Outrageous Orange

📋 copy color: '#F2582F'

red 242 ◦ green 88 ◦ blue 47

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

Shades of Outrageous Orange #F2582F

Tints of Outrageous Orange #F2582F

RGB

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

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

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

R = 64.19%
G = 23.34%
B = 12.47%

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

#F2582F (or 0xF2582F) is known color: Outrageous Orange. HEX triplet: F2, 58 and 2F. RGB value is (242,88,47). Sum of RGB (Red+Green+Blue) = 242+88+47=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F2582F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2582F is #0DA7D0. Grayscale: #818181. Windows color (decimal): -894929 or 3102962. OLE color: 3102962.

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

Color convert

RGB 242 88 47 -
CMYK 0 0.64 0.81 0.05
HSL 12.62º 0.88% 0.57% -
HSV(B) 12.62º 0.81% 0.95% -
XYZ 40.62 26.06 5.58 -
YUV 129.37 81.52 208.33 -
System Red Green Blue C M Y K H S L
Decimal 242 88 47 0 0.64 0.81 0.05 12.62 0.88 0.57
Hex F2 58 2F 0 40 51 5 D 58 39
Octal 362 130 57 0 100 121 5 15 130 71
Binary 11110010 1011000 101111 0 1000000 1010001 101 1101 1011000 111001

Color Harmonies of #F2582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2582F

Black with #F2582F

Text Example


Text Example

White with #F2582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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