Html Css Color HEX #F25233 Outrageous Orange

📋 copy color: '#F25233'

red 242 ◦ green 82 ◦ blue 51

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

Shades of Outrageous Orange #F25233

Tints of Outrageous Orange #F25233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 64.53%
G = 21.87%
B = 13.6%

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

#F25233 (or 0xF25233) is known color: Outrageous Orange. HEX triplet: F2, 52 and 33. RGB value is (242,82,51). Sum of RGB (Red+Green+Blue) = 242+82+51=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F25233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25233 is #0DADCC. Grayscale: #7E7E7E. Windows color (decimal): -896461 or 3363570. OLE color: 3363570.

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

Color convert

RGB 242 82 51 -
CMYK 0 0.66 0.79 0.05
HSL 9.74º 0.88% 0.57% -
HSV(B) 9.74º 0.79% 0.95% -
XYZ 40.23 25.15 5.87 -
YUV 126.31 85.51 210.52 -
System Red Green Blue C M Y K H S L
Decimal 242 82 51 0 0.66 0.79 0.05 9.74 0.88 0.57
Hex F2 52 33 0 42 4F 5 A 58 39
Octal 362 122 63 0 102 117 5 12 130 71
Binary 11110010 1010010 110011 0 1000010 1001111 101 1010 1011000 111001

Color Harmonies of #F25233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25233

Black with #F25233

Text Example


Text Example

White with #F25233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25233; }

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

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

background-color css

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

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

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

border-color css

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

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

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