Html Css Color HEX #F4522C Outrageous Orange

📋 copy color: '#F4522C'

red 244 ◦ green 82 ◦ blue 44

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

Shades of Outrageous Orange #F4522C

Tints of Outrageous Orange #F4522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 65.95%
G = 22.16%
B = 11.89%

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

#F4522C (or 0xF4522C) is known color: Outrageous Orange. HEX triplet: F4, 52 and 2C. RGB value is (244,82,44). Sum of RGB (Red+Green+Blue) = 244+82+44=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4522C is #0BADD3. Grayscale: #7E7E7E. Windows color (decimal): -765396 or 2904820. OLE color: 2904820.

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

Color convert

RGB 244 82 44 -
CMYK 0 0.66 0.82 0.04
HSL 11.4º 0.9% 0.56% -
HSV(B) 11.4º 0.82% 0.96% -
XYZ 40.78 25.45 5.15 -
YUV 126.11 81.67 212.09 -
System Red Green Blue C M Y K H S L
Decimal 244 82 44 0 0.66 0.82 0.04 11.4 0.9 0.56
Hex F4 52 2C 0 42 52 4 B 5A 38
Octal 364 122 54 0 102 122 4 13 132 70
Binary 11110100 1010010 101100 0 1000010 1010010 100 1011 1011010 111000

Color Harmonies of #F4522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4522C

Black with #F4522C

Text Example


Text Example

White with #F4522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4522C; }

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

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

background-color css

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

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

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

border-color css

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

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

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