Html Css Color HEX #F53D0B Orange Red

📋 copy color: '#F53D0B'

red 245 ◦ green 61 ◦ blue 11

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

Shades of Orange Red #F53D0B

Tints of Orange Red #F53D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 77.29%
G = 19.24%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F53D0B (or 0xF53D0B) is known color: Orange Red. HEX triplet: F5, 3D and 0B. RGB value is (245,61,11). Sum of RGB (Red+Green+Blue) = 245+61+11=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D0B is #0AC2F4. Grayscale: #6E6E6E. Windows color (decimal): -705269 or 736757. OLE color: 736757.

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

Color convert

RGB 245 61 11 -
CMYK 0 0.75 0.96 0.04
HSL 12.82º 0.92% 0.5% -
HSV(B) 12.82º 0.96% 0.96% -
XYZ 39.39 22.77 2.64 -
YUV 110.32 71.96 224.07 -
System Red Green Blue C M Y K H S L
Decimal 245 61 11 0 0.75 0.96 0.04 12.82 0.92 0.5
Hex F5 3D B 0 4B 60 4 D 5C 32
Octal 365 75 13 0 113 140 4 15 134 62
Binary 11110101 111101 1011 0 1001011 1100000 100 1101 1011100 110010

Color Harmonies of #F53D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D0B

Black with #F53D0B

Text Example


Text Example

White with #F53D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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