Html Css Color HEX #F55935 Outrageous Orange

📋 copy color: '#F55935'

red 245 ◦ green 89 ◦ blue 53

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

Shades of Outrageous Orange #F55935

Tints of Outrageous Orange #F55935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 63.31%
G = 23%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F55935 (or 0xF55935) is known color: Outrageous Orange. HEX triplet: F5, 59 and 35. RGB value is (245,89,53). Sum of RGB (Red+Green+Blue) = 245+89+53=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F55935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55935 is #0AA6CA. Grayscale: #838383. Windows color (decimal): -698059 or 3496437. OLE color: 3496437.

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

Color convert

RGB 245 89 53 -
CMYK 0 0.64 0.78 0.04
HSL 11.25º 0.91% 0.58% -
HSV(B) 11.25º 0.78% 0.96% -
XYZ 41.87 26.81 6.34 -
YUV 131.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 245 89 53 0 0.64 0.78 0.04 11.25 0.91 0.58
Hex F5 59 35 0 40 4E 4 B 5B 3A
Octal 365 131 65 0 100 116 4 13 133 72
Binary 11110101 1011001 110101 0 1000000 1001110 100 1011 1011011 111010

Color Harmonies of #F55935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55935

Black with #F55935

Text Example


Text Example

White with #F55935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55935; }

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

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

background-color css

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

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

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

border-color css

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

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

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