Html Css Color HEX #F53D00 Orange Red

📋 copy color: '#F53D00'

red 245 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #F53D00

Tints of Orange Red #F53D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.07%
G = 19.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F53D00 (or 0xF53D00) is known color: Orange Red. HEX triplet: F5, 3D and 00. RGB value is (245,61,0). Sum of RGB (Red+Green+Blue) = 245+61+0=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D00 is #0AC2FF. Grayscale: #6D6D6D. Windows color (decimal): -705280 or 15861. OLE color: 15861.

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

Color convert

RGB 245 61 0 -
CMYK 0 0.75 1 0.04
HSL 14.94º 1% 0.48% -
HSV(B) 14.94º 1% 0.96% -
XYZ 39.32 22.75 2.32 -
YUV 109.06 66.46 224.96 -
System Red Green Blue C M Y K H S L
Decimal 245 61 0 0 0.75 1 0.04 14.94 1 0.48
Hex F5 3D 0 0 4B 64 4 F 64 30
Octal 365 75 0 0 113 144 4 17 144 60
Binary 11110101 111101 0 0 1001011 1100100 100 1111 1100100 110000

Color Harmonies of #F53D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D00

Black with #F53D00

Text Example


Text Example

White with #F53D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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