Html Css Color HEX #F2583F Outrageous Orange

📋 copy color: '#F2583F'

red 242 ◦ green 88 ◦ blue 63

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

Shades of Outrageous Orange #F2583F

Tints of Outrageous Orange #F2583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 61.58%
G = 22.39%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2583F (or 0xF2583F) is known color: Outrageous Orange. HEX triplet: F2, 58 and 3F. RGB value is (242,88,63). Sum of RGB (Red+Green+Blue) = 242+88+63=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F2583F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2583F is #0DA7C0. Grayscale: #838383. Windows color (decimal): -894913 or 4151538. OLE color: 4151538.

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

Color convert

RGB 242 88 63 -
CMYK 0 0.64 0.74 0.05
HSL 8.38º 0.87% 0.6% -
HSV(B) 8.38º 0.74% 0.95% -
XYZ 41 26.22 7.6 -
YUV 131.2 89.52 207.03 -
System Red Green Blue C M Y K H S L
Decimal 242 88 63 0 0.64 0.74 0.05 8.38 0.87 0.6
Hex F2 58 3F 0 40 4A 5 8 57 3C
Octal 362 130 77 0 100 112 5 10 127 74
Binary 11110010 1011000 111111 0 1000000 1001010 101 1000 1010111 111100

Color Harmonies of #F2583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2583F

Black with #F2583F

Text Example


Text Example

White with #F2583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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