Html Css Color HEX #F53C34 Red Orange

📋 copy color: '#F53C34'

red 245 ◦ green 60 ◦ blue 52

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

Shades of Red Orange #F53C34

Tints of Red Orange #F53C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 52 (20.7% from 255) = 14.57%

R = 68.63%
G = 16.81%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F53C34 (or 0xF53C34) is known color: Red Orange. HEX triplet: F5, 3C and 34. RGB value is (245,60,52). Sum of RGB (Red+Green+Blue) = 245+60+52=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53C34 is #0AC3CB. Grayscale: #727272. Windows color (decimal): -705484 or 3423477. OLE color: 3423477.

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

Color convert

RGB 245 60 52 -
CMYK 0 0.76 0.79 0.04
HSL 2.49º 0.91% 0.58% -
HSV(B) 2.49º 0.79% 0.96% -
XYZ 39.89 22.89 5.56 -
YUV 114.4 92.79 221.15 -
System Red Green Blue C M Y K H S L
Decimal 245 60 52 0 0.76 0.79 0.04 2.49 0.91 0.58
Hex F5 3C 34 0 4C 4F 4 2 5B 3A
Octal 365 74 64 0 114 117 4 2 133 72
Binary 11110101 111100 110100 0 1001100 1001111 100 10 1011011 111010

Color Harmonies of #F53C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53C34

Black with #F53C34

Text Example


Text Example

White with #F53C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53C34; }

 p { color: rgb(245,60,52); }

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

background-color css

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

 a { background-color: rgb(245,60,52); }

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

border-color css

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

 span { border-color: rgb(245,60,52); }

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