Html Css Color HEX #F2572B Outrageous Orange

📋 copy color: '#F2572B'

red 242 ◦ green 87 ◦ blue 43

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

Shades of Outrageous Orange #F2572B

Tints of Outrageous Orange #F2572B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

 BLUE value IS 43 (17.19% from 255) = 11.56%

R = 65.05%
G = 23.39%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2572B (or 0xF2572B) is known color: Outrageous Orange. HEX triplet: F2, 57 and 2B. RGB value is (242,87,43). Sum of RGB (Red+Green+Blue) = 242+87+43=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2572B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2572B is #0DA8D4. Grayscale: #808080. Windows color (decimal): -895189 or 2840562. OLE color: 2840562.

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

Color convert

RGB 242 87 43 -
CMYK 0 0.64 0.82 0.05
HSL 13.27º 0.88% 0.56% -
HSV(B) 13.27º 0.82% 0.95% -
XYZ 40.46 25.87 5.15 -
YUV 128.33 79.85 209.08 -
System Red Green Blue C M Y K H S L
Decimal 242 87 43 0 0.64 0.82 0.05 13.27 0.88 0.56
Hex F2 57 2B 0 40 52 5 D 58 38
Octal 362 127 53 0 100 122 5 15 130 70
Binary 11110010 1010111 101011 0 1000000 1010010 101 1101 1011000 111000

Color Harmonies of #F2572B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2572B

Black with #F2572B

Text Example


Text Example

White with #F2572B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2572B; }

 p { color: rgb(242,87,43); }

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

background-color css

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

 a { background-color: rgb(242,87,43); }

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

border-color css

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

 span { border-color: rgb(242,87,43); }

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