Html Css Color HEX #F55635 Outrageous Orange

📋 copy color: '#F55635'

red 245 ◦ green 86 ◦ blue 53

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

Shades of Outrageous Orange #F55635

Tints of Outrageous Orange #F55635

RGB

 RED value IS 245 (96.09% from 255) = 63.8%

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 63.8%
G = 22.4%
B = 13.8%

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

#F55635 (or 0xF55635) is known color: Outrageous Orange. HEX triplet: F5, 56 and 35. RGB value is (245,86,53). Sum of RGB (Red+Green+Blue) = 245+86+53=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F55635 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55635 is #0AA9CA. Grayscale: #828282. Windows color (decimal): -698827 or 3495669. OLE color: 3495669.

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

Color convert

RGB 245 86 53 -
CMYK 0 0.65 0.78 0.04
HSL 10.31º 0.91% 0.58% -
HSV(B) 10.31º 0.78% 0.96% -
XYZ 41.63 26.33 6.26 -
YUV 129.78 84.68 210.18 -
System Red Green Blue C M Y K H S L
Decimal 245 86 53 0 0.65 0.78 0.04 10.31 0.91 0.58
Hex F5 56 35 0 41 4E 4 A 5B 3A
Octal 365 126 65 0 101 116 4 12 133 72
Binary 11110101 1010110 110101 0 1000001 1001110 100 1010 1011011 111010

Color Harmonies of #F55635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55635

Black with #F55635

Text Example


Text Example

White with #F55635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55635; }

 p { color: rgb(245,86,53); }

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

background-color css

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

 a { background-color: rgb(245,86,53); }

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

border-color css

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

 span { border-color: rgb(245,86,53); }

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