Html Css Color HEX #F56535 Outrageous Orange

📋 copy color: '#F56535'

red 245 ◦ green 101 ◦ blue 53

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

Shades of Outrageous Orange #F56535

Tints of Outrageous Orange #F56535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

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

R = 61.4%
G = 25.31%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F56535 (or 0xF56535) is known color: Outrageous Orange. HEX triplet: F5, 65 and 35. RGB value is (245,101,53). Sum of RGB (Red+Green+Blue) = 245+101+53=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F56535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56535 is #0A9ACA. Grayscale: #8A8A8A. Windows color (decimal): -694987 or 3499509. OLE color: 3499509.

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

Color convert

RGB 245 101 53 -
CMYK 0 0.59 0.78 0.04
HSL 15º 0.91% 0.58% -
HSV(B) 15º 0.78% 0.96% -
XYZ 42.95 28.98 6.7 -
YUV 138.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 245 101 53 0 0.59 0.78 0.04 15 0.91 0.58
Hex F5 65 35 0 3B 4E 4 F 5B 3A
Octal 365 145 65 0 73 116 4 17 133 72
Binary 11110101 1100101 110101 0 111011 1001110 100 1111 1011011 111010

Color Harmonies of #F56535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56535

Black with #F56535

Text Example


Text Example

White with #F56535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56535; }

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

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

background-color css

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

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

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

border-color css

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

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

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