Html Css Color HEX #F25822 Outrageous Orange

📋 copy color: '#F25822'

red 242 ◦ green 88 ◦ blue 34

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

Shades of Outrageous Orange #F25822

Tints of Outrageous Orange #F25822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 66.48%
G = 24.18%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F25822 (or 0xF25822) is known color: Outrageous Orange. HEX triplet: F2, 58 and 22. RGB value is (242,88,34). Sum of RGB (Red+Green+Blue) = 242+88+34=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F25822 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25822 is #0DA7DD. Grayscale: #808080. Windows color (decimal): -894942 or 2250994. OLE color: 2250994.

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

Color convert

RGB 242 88 34 -
CMYK 0 0.64 0.86 0.05
HSL 15.58º 0.89% 0.54% -
HSV(B) 15.58º 0.86% 0.95% -
XYZ 40.4 25.97 4.4 -
YUV 127.89 75.02 209.39 -
System Red Green Blue C M Y K H S L
Decimal 242 88 34 0 0.64 0.86 0.05 15.58 0.89 0.54
Hex F2 58 22 0 40 56 5 10 59 36
Octal 362 130 42 0 100 126 5 20 131 66
Binary 11110010 1011000 100010 0 1000000 1010110 101 10000 1011001 110110

Color Harmonies of #F25822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25822

Black with #F25822

Text Example


Text Example

White with #F25822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25822; }

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

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

background-color css

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

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

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

border-color css

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

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

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