Html Css Color HEX #F45527 Outrageous Orange

📋 copy color: '#F45527'

red 244 ◦ green 85 ◦ blue 39

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

Shades of Outrageous Orange #F45527

Tints of Outrageous Orange #F45527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.6%

R = 66.3%
G = 23.1%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F45527 (or 0xF45527) is known color: Outrageous Orange. HEX triplet: F4, 55 and 27. RGB value is (244,85,39). Sum of RGB (Red+Green+Blue) = 244+85+39=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F45527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45527 is #0BAAD8. Grayscale: #7F7F7F. Windows color (decimal): -764633 or 2577908. OLE color: 2577908.

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

Color convert

RGB 244 85 39 -
CMYK 0 0.65 0.84 0.04
HSL 13.46º 0.9% 0.55% -
HSV(B) 13.46º 0.84% 0.96% -
XYZ 40.92 25.88 4.76 -
YUV 127.3 78.18 211.24 -
System Red Green Blue C M Y K H S L
Decimal 244 85 39 0 0.65 0.84 0.04 13.46 0.9 0.55
Hex F4 55 27 0 41 54 4 D 5A 37
Octal 364 125 47 0 101 124 4 15 132 67
Binary 11110100 1010101 100111 0 1000001 1010100 100 1101 1011010 110111

Color Harmonies of #F45527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45527

Black with #F45527

Text Example


Text Example

White with #F45527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45527; }

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

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

background-color css

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

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

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

border-color css

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

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

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