Html Css Color HEX #F4552D Outrageous Orange

📋 copy color: '#F4552D'

red 244 ◦ green 85 ◦ blue 45

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

Shades of Outrageous Orange #F4552D

Tints of Outrageous Orange #F4552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

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

R = 65.24%
G = 22.73%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4552D (or 0xF4552D) is known color: Outrageous Orange. HEX triplet: F4, 55 and 2D. RGB value is (244,85,45). Sum of RGB (Red+Green+Blue) = 244+85+45=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4552D is #0BAAD2. Grayscale: #808080. Windows color (decimal): -764627 or 2971124. OLE color: 2971124.

HSL color Cylindrical-coordinate representation of color #F4552D: hue angle of 12.06º 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 #F4552D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 85 45 -
CMYK 0 0.65 0.82 0.04
HSL 12.06º 0.9% 0.57% -
HSV(B) 12.06º 0.82% 0.96% -
XYZ 41.03 25.92 5.32 -
YUV 127.98 81.18 210.75 -
System Red Green Blue C M Y K H S L
Decimal 244 85 45 0 0.65 0.82 0.04 12.06 0.9 0.57
Hex F4 55 2D 0 41 52 4 C 5A 39
Octal 364 125 55 0 101 122 4 14 132 71
Binary 11110100 1010101 101101 0 1000001 1010010 100 1100 1011010 111001

Color Harmonies of #F4552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4552D

Black with #F4552D

Text Example


Text Example

White with #F4552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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