Html Css Color HEX #F25228 Outrageous Orange

📋 copy color: '#F25228'

red 242 ◦ green 82 ◦ blue 40

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

Shades of Outrageous Orange #F25228

Tints of Outrageous Orange #F25228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.99%

R = 66.48%
G = 22.53%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F25228 (or 0xF25228) is known color: Outrageous Orange. HEX triplet: F2, 52 and 28. RGB value is (242,82,40). Sum of RGB (Red+Green+Blue) = 242+82+40=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F25228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25228 is #0DADD7. Grayscale: #7D7D7D. Windows color (decimal): -896472 or 2642674. OLE color: 2642674.

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

Color convert

RGB 242 82 40 -
CMYK 0 0.66 0.83 0.05
HSL 12.48º 0.89% 0.55% -
HSV(B) 12.48º 0.83% 0.95% -
XYZ 40.02 25.07 4.74 -
YUV 125.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 242 82 40 0 0.66 0.83 0.05 12.48 0.89 0.55
Hex F2 52 28 0 42 53 5 C 59 37
Octal 362 122 50 0 102 123 5 14 131 67
Binary 11110010 1010010 101000 0 1000010 1010011 101 1100 1011001 110111

Color Harmonies of #F25228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25228

Black with #F25228

Text Example


Text Example

White with #F25228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25228; }

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

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

background-color css

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

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

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

border-color css

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

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

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