Html Css Color HEX #F53D33 Red Orange

📋 copy color: '#F53D33'

red 245 ◦ green 61 ◦ blue 51

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

Shades of Red Orange #F53D33

Tints of Red Orange #F53D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 68.63%
G = 17.09%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F53D33 (or 0xF53D33) is known color: Red Orange. HEX triplet: F5, 3D and 33. RGB value is (245,61,51). Sum of RGB (Red+Green+Blue) = 245+61+51=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D33 is #0AC2CC. Grayscale: #737373. Windows color (decimal): -705229 or 3358197. OLE color: 3358197.

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

Color convert

RGB 245 61 51 -
CMYK 0 0.75 0.79 0.04
HSL 3.09º 0.91% 0.58% -
HSV(B) 3.09º 0.79% 0.96% -
XYZ 39.92 22.99 5.47 -
YUV 114.88 91.96 220.81 -
System Red Green Blue C M Y K H S L
Decimal 245 61 51 0 0.75 0.79 0.04 3.09 0.91 0.58
Hex F5 3D 33 0 4B 4F 4 3 5B 3A
Octal 365 75 63 0 113 117 4 3 133 72
Binary 11110101 111101 110011 0 1001011 1001111 100 11 1011011 111010

Color Harmonies of #F53D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D33

Black with #F53D33

Text Example


Text Example

White with #F53D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D33; }

 p { color: rgb(245,61,51); }

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

background-color css

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

 a { background-color: rgb(245,61,51); }

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

border-color css

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

 span { border-color: rgb(245,61,51); }

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