Html Css Color HEX #F45535 Outrageous Orange

📋 copy color: '#F45535'

red 244 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #F45535

Tints of Outrageous Orange #F45535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 63.87%
G = 22.25%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F45535 (or 0xF45535) is known color: Outrageous Orange. HEX triplet: F4, 55 and 35. RGB value is (244,85,53). Sum of RGB (Red+Green+Blue) = 244+85+53=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F45535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45535 is #0BAACA. Grayscale: #818181. Windows color (decimal): -764619 or 3495412. OLE color: 3495412.

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

Color convert

RGB 244 85 53 -
CMYK 0 0.65 0.78 0.04
HSL 10.05º 0.9% 0.58% -
HSV(B) 10.05º 0.78% 0.96% -
XYZ 41.2 25.99 6.21 -
YUV 128.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 244 85 53 0 0.65 0.78 0.04 10.05 0.9 0.58
Hex F4 55 35 0 41 4E 4 A 5A 3A
Octal 364 125 65 0 101 116 4 12 132 72
Binary 11110100 1010101 110101 0 1000001 1001110 100 1010 1011010 111010

Color Harmonies of #F45535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45535

Black with #F45535

Text Example


Text Example

White with #F45535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45535; }

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

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

background-color css

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

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

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

border-color css

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

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

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