Html Css Color HEX #F25232 Outrageous Orange

📋 copy color: '#F25232'

red 242 ◦ green 82 ◦ blue 50

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

Shades of Outrageous Orange #F25232

Tints of Outrageous Orange #F25232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

 BLUE value IS 50 (19.92% from 255) = 13.37%

R = 64.71%
G = 21.93%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25232 (or 0xF25232) is known color: Outrageous Orange. HEX triplet: F2, 52 and 32. RGB value is (242,82,50). Sum of RGB (Red+Green+Blue) = 242+82+50=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F25232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25232 is #0DADCD. Grayscale: #7E7E7E. Windows color (decimal): -896462 or 3298034. OLE color: 3298034.

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

Color convert

RGB 242 82 50 -
CMYK 0 0.66 0.79 0.05
HSL 10º 0.88% 0.57% -
HSV(B) 10º 0.79% 0.95% -
XYZ 40.21 25.14 5.75 -
YUV 126.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 242 82 50 0 0.66 0.79 0.05 10 0.88 0.57
Hex F2 52 32 0 42 4F 5 A 58 39
Octal 362 122 62 0 102 117 5 12 130 71
Binary 11110010 1010010 110010 0 1000010 1001111 101 1010 1011000 111001

Color Harmonies of #F25232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25232

Black with #F25232

Text Example


Text Example

White with #F25232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25232; }

 p { color: rgb(242,82,50); }

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

background-color css

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

 a { background-color: rgb(242,82,50); }

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

border-color css

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

 span { border-color: rgb(242,82,50); }

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