Html Css Color HEX #F4522D Outrageous Orange

📋 copy color: '#F4522D'

red 244 ◦ green 82 ◦ blue 45

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

Shades of Outrageous Orange #F4522D

Tints of Outrageous Orange #F4522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 65.77%
G = 22.1%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4522D (or 0xF4522D) is known color: Outrageous Orange. HEX triplet: F4, 52 and 2D. RGB value is (244,82,45). Sum of RGB (Red+Green+Blue) = 244+82+45=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4522D is #0BADD2. Grayscale: #7E7E7E. Windows color (decimal): -765395 or 2970356. OLE color: 2970356.

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

Color convert

RGB 244 82 45 -
CMYK 0 0.66 0.82 0.04
HSL 11.16º 0.9% 0.57% -
HSV(B) 11.16º 0.82% 0.96% -
XYZ 40.8 25.46 5.25 -
YUV 126.22 82.17 212.01 -
System Red Green Blue C M Y K H S L
Decimal 244 82 45 0 0.66 0.82 0.04 11.16 0.9 0.57
Hex F4 52 2D 0 42 52 4 B 5A 39
Octal 364 122 55 0 102 122 4 13 132 71
Binary 11110100 1010010 101101 0 1000010 1010010 100 1011 1011010 111001

Color Harmonies of #F4522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4522D

Black with #F4522D

Text Example


Text Example

White with #F4522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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