Html Css Color HEX #F2592C Outrageous Orange

📋 copy color: '#F2592C'

red 242 ◦ green 89 ◦ blue 44

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

Shades of Outrageous Orange #F2592C

Tints of Outrageous Orange #F2592C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 64.53%
G = 23.73%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2592C (or 0xF2592C) is known color: Outrageous Orange. HEX triplet: F2, 59 and 2C. RGB value is (242,89,44). Sum of RGB (Red+Green+Blue) = 242+89+44=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2592C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2592C is #0DA6D3. Grayscale: #818181. Windows color (decimal): -894676 or 2906610. OLE color: 2906610.

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

Color convert

RGB 242 89 44 -
CMYK 0 0.63 0.82 0.05
HSL 13.64º 0.88% 0.56% -
HSV(B) 13.64º 0.82% 0.95% -
XYZ 40.64 26.2 5.3 -
YUV 129.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 242 89 44 0 0.63 0.82 0.05 13.64 0.88 0.56
Hex F2 59 2C 0 3F 52 5 E 58 38
Octal 362 131 54 0 77 122 5 16 130 70
Binary 11110010 1011001 101100 0 111111 1010010 101 1110 1011000 111000

Color Harmonies of #F2592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2592C

Black with #F2592C

Text Example


Text Example

White with #F2592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2592C; }

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

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

background-color css

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

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

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

border-color css

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

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

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