Html Css Color HEX #F2592E Outrageous Orange

📋 copy color: '#F2592E'

red 242 ◦ green 89 ◦ blue 46

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

Shades of Outrageous Orange #F2592E

Tints of Outrageous Orange #F2592E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 46 (18.36% from 255) = 12.2%

R = 64.19%
G = 23.61%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2592E (or 0xF2592E) is known color: Outrageous Orange. HEX triplet: F2, 59 and 2E. RGB value is (242,89,46). Sum of RGB (Red+Green+Blue) = 242+89+46=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F2592E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2592E is #0DA6D1. Grayscale: #828282. Windows color (decimal): -894674 or 3037682. OLE color: 3037682.

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

Color convert

RGB 242 89 46 -
CMYK 0 0.63 0.81 0.05
HSL 13.16º 0.88% 0.56% -
HSV(B) 13.16º 0.81% 0.95% -
XYZ 40.68 26.22 5.5 -
YUV 129.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 242 89 46 0 0.63 0.81 0.05 13.16 0.88 0.56
Hex F2 59 2E 0 3F 51 5 D 58 38
Octal 362 131 56 0 77 121 5 15 130 70
Binary 11110010 1011001 101110 0 111111 1010001 101 1101 1011000 111000

Color Harmonies of #F2592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2592E

Black with #F2592E

Text Example


Text Example

White with #F2592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2592E; }

 p { color: rgb(242,89,46); }

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

background-color css

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

 a { background-color: rgb(242,89,46); }

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

border-color css

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

 span { border-color: rgb(242,89,46); }

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