Html Css Color HEX #F25824 Outrageous Orange

📋 copy color: '#F25824'

red 242 ◦ green 88 ◦ blue 36

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

Shades of Outrageous Orange #F25824

Tints of Outrageous Orange #F25824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 66.12%
G = 24.04%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F25824 (or 0xF25824) is known color: Outrageous Orange. HEX triplet: F2, 58 and 24. RGB value is (242,88,36). Sum of RGB (Red+Green+Blue) = 242+88+36=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F25824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25824 is #0DA7DB. Grayscale: #808080. Windows color (decimal): -894940 or 2382066. OLE color: 2382066.

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

Color convert

RGB 242 88 36 -
CMYK 0 0.64 0.85 0.05
HSL 15.15º 0.89% 0.55% -
HSV(B) 15.15º 0.85% 0.95% -
XYZ 40.43 25.98 4.55 -
YUV 128.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 242 88 36 0 0.64 0.85 0.05 15.15 0.89 0.55
Hex F2 58 24 0 40 55 5 F 59 37
Octal 362 130 44 0 100 125 5 17 131 67
Binary 11110010 1011000 100100 0 1000000 1010101 101 1111 1011001 110111

Color Harmonies of #F25824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25824

Black with #F25824

Text Example


Text Example

White with #F25824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25824; }

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

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

background-color css

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

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

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

border-color css

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

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

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