Html Css Color HEX #F25F24 Outrageous Orange

📋 copy color: '#F25F24'

red 242 ◦ green 95 ◦ blue 36

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

Shades of Outrageous Orange #F25F24

Tints of Outrageous Orange #F25F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 36 (14.45% from 255) = 9.65%

R = 64.88%
G = 25.47%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F25F24 (or 0xF25F24) is known color: Outrageous Orange. HEX triplet: F2, 5F and 24. RGB value is (242,95,36). Sum of RGB (Red+Green+Blue) = 242+95+36=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25F24 is #0DA0DB. Grayscale: #848484. Windows color (decimal): -893148 or 2383858. OLE color: 2383858.

HSL color Cylindrical-coordinate representation of color #F25F24: hue angle of 17.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F25F24 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 95 36 -
CMYK 0 0.61 0.85 0.05
HSL 17.18º 0.89% 0.55% -
HSV(B) 17.18º 0.85% 0.95% -
XYZ 41.03 27.19 4.75 -
YUV 132.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 242 95 36 0 0.61 0.85 0.05 17.18 0.89 0.55
Hex F2 5F 24 0 3D 55 5 11 59 37
Octal 362 137 44 0 75 125 5 21 131 67
Binary 11110010 1011111 100100 0 111101 1010101 101 10001 1011001 110111

Color Harmonies of #F25F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F24

Black with #F25F24

Text Example


Text Example

White with #F25F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F24; }

 p { color: rgb(242,95,36); }

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

background-color css

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

 a { background-color: rgb(242,95,36); }

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

border-color css

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

 span { border-color: rgb(242,95,36); }

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