Html Css Color HEX #F45228 Outrageous Orange

📋 copy color: '#F45228'

red 244 ◦ green 82 ◦ blue 40

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

Shades of Outrageous Orange #F45228

Tints of Outrageous Orange #F45228

RGB

 RED value IS 244 (95.7% from 255) = 66.67%

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

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

R = 66.67%
G = 22.4%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F45228 (or 0xF45228) is known color: Outrageous Orange. HEX triplet: F4, 52 and 28. RGB value is (244,82,40). Sum of RGB (Red+Green+Blue) = 244+82+40=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F45228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45228 is #0BADD7. Grayscale: #7D7D7D. Windows color (decimal): -765400 or 2642676. OLE color: 2642676.

HSL color Cylindrical-coordinate representation of color #F45228: hue angle of 12.35º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F45228 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 82 40 -
CMYK 0 0.66 0.84 0.04
HSL 12.35º 0.9% 0.56% -
HSV(B) 12.35º 0.84% 0.96% -
XYZ 40.71 25.42 4.77 -
YUV 125.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 244 82 40 0 0.66 0.84 0.04 12.35 0.9 0.56
Hex F4 52 28 0 42 54 4 C 5A 38
Octal 364 122 50 0 102 124 4 14 132 70
Binary 11110100 1010010 101000 0 1000010 1010100 100 1100 1011010 111000

Color Harmonies of #F45228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45228

Black with #F45228

Text Example


Text Example

White with #F45228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45228; }

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

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

background-color css

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

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

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

border-color css

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

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

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