Html Css Color HEX #F53D1E Red Orange

📋 copy color: '#F53D1E'

red 245 ◦ green 61 ◦ blue 30

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

Shades of Red Orange #F53D1E

Tints of Red Orange #F53D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 72.92%
G = 18.15%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F53D1E (or 0xF53D1E) is known color: Red Orange. HEX triplet: F5, 3D and 1E. RGB value is (245,61,30). Sum of RGB (Red+Green+Blue) = 245+61+30=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D1E is #0AC2E1. Grayscale: #707070. Windows color (decimal): -705250 or 1981941. OLE color: 1981941.

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

Color convert

RGB 245 61 30 -
CMYK 0 0.75 0.88 0.04
HSL 8.65º 0.91% 0.54% -
HSV(B) 8.65º 0.88% 0.96% -
XYZ 39.56 22.84 3.55 -
YUV 112.48 81.46 222.52 -
System Red Green Blue C M Y K H S L
Decimal 245 61 30 0 0.75 0.88 0.04 8.65 0.91 0.54
Hex F5 3D 1E 0 4B 58 4 9 5B 36
Octal 365 75 36 0 113 130 4 11 133 66
Binary 11110101 111101 11110 0 1001011 1011000 100 1001 1011011 110110

Color Harmonies of #F53D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D1E

Black with #F53D1E

Text Example


Text Example

White with #F53D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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