Html Css Color HEX #F45224 Outrageous Orange

📋 copy color: '#F45224'

red 244 ◦ green 82 ◦ blue 36

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

Shades of Outrageous Orange #F45224

Tints of Outrageous Orange #F45224

RGB

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

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

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

R = 67.4%
G = 22.65%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F45224 (or 0xF45224) is known color: Outrageous Orange. HEX triplet: F4, 52 and 24. RGB value is (244,82,36). Sum of RGB (Red+Green+Blue) = 244+82+36=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F45224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45224 is #0BADDB. Grayscale: #7D7D7D. Windows color (decimal): -765404 or 2380532. OLE color: 2380532.

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

Color convert

RGB 244 82 36 -
CMYK 0 0.66 0.85 0.04
HSL 13.27º 0.9% 0.55% -
HSV(B) 13.27º 0.85% 0.96% -
XYZ 40.64 25.4 4.43 -
YUV 125.19 77.67 212.74 -
System Red Green Blue C M Y K H S L
Decimal 244 82 36 0 0.66 0.85 0.04 13.27 0.9 0.55
Hex F4 52 24 0 42 55 4 D 5A 37
Octal 364 122 44 0 102 125 4 15 132 67
Binary 11110100 1010010 100100 0 1000010 1010101 100 1101 1011010 110111

Color Harmonies of #F45224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45224

Black with #F45224

Text Example


Text Example

White with #F45224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45224; }

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

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

background-color css

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

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

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

border-color css

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

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

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