Html Css Color HEX #F45229 Outrageous Orange

📋 copy color: '#F45229'

red 244 ◦ green 82 ◦ blue 41

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

Shades of Outrageous Orange #F45229

Tints of Outrageous Orange #F45229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 66.49%
G = 22.34%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F45229 (or 0xF45229) is known color: Outrageous Orange. HEX triplet: F4, 52 and 29. RGB value is (244,82,41). Sum of RGB (Red+Green+Blue) = 244+82+41=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F45229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45229 is #0BADD6. Grayscale: #7E7E7E. Windows color (decimal): -765399 or 2708212. OLE color: 2708212.

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

Color convert

RGB 244 82 41 -
CMYK 0 0.66 0.83 0.04
HSL 12.12º 0.9% 0.56% -
HSV(B) 12.12º 0.83% 0.96% -
XYZ 40.73 25.43 4.86 -
YUV 125.76 80.17 212.33 -
System Red Green Blue C M Y K H S L
Decimal 244 82 41 0 0.66 0.83 0.04 12.12 0.9 0.56
Hex F4 52 29 0 42 53 4 C 5A 38
Octal 364 122 51 0 102 123 4 14 132 70
Binary 11110100 1010010 101001 0 1000010 1010011 100 1100 1011010 111000

Color Harmonies of #F45229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45229

Black with #F45229

Text Example


Text Example

White with #F45229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45229; }

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

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

background-color css

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

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

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

border-color css

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

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

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