Html Css Color HEX #F53635 Red Orange

📋 copy color: '#F53635'

red 245 ◦ green 54 ◦ blue 53

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

Shades of Red Orange #F53635

Tints of Red Orange #F53635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

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

R = 69.6%
G = 15.34%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F53635 (or 0xF53635) is known color: Red Orange. HEX triplet: F5, 36 and 35. RGB value is (245,54,53). Sum of RGB (Red+Green+Blue) = 245+54+53=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F53635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53635 is #0AC9CA. Grayscale: #6F6F6F. Windows color (decimal): -707019 or 3487477. OLE color: 3487477.

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

Color convert

RGB 245 54 53 -
CMYK 0 0.78 0.78 0.04
HSL 0.31º 0.91% 0.58% -
HSV(B) 0.31º 0.78% 0.96% -
XYZ 39.62 22.31 5.59 -
YUV 111 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 245 54 53 0 0.78 0.78 0.04 0.31 0.91 0.58
Hex F5 36 35 0 4E 4E 4 0 5B 3A
Octal 365 66 65 0 116 116 4 0 133 72
Binary 11110101 110110 110101 0 1001110 1001110 100 0 1011011 111010

Color Harmonies of #F53635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53635

Black with #F53635

Text Example


Text Example

White with #F53635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53635; }

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

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

background-color css

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

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

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

border-color css

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

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

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