Html Css Color HEX #F53D2B Red Orange

📋 copy color: '#F53D2B'

red 245 ◦ green 61 ◦ blue 43

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

Shades of Red Orange #F53D2B

Tints of Red Orange #F53D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 70.2%
G = 17.48%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F53D2B (or 0xF53D2B) is known color: Red Orange. HEX triplet: F5, 3D and 2B. RGB value is (245,61,43). Sum of RGB (Red+Green+Blue) = 245+61+43=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53D2B is #0AC2D4. Grayscale: #727272. Windows color (decimal): -705237 or 2833909. OLE color: 2833909.

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

Color convert

RGB 245 61 43 -
CMYK 0 0.75 0.82 0.04
HSL 5.35º 0.91% 0.56% -
HSV(B) 5.35º 0.82% 0.96% -
XYZ 39.76 22.92 4.61 -
YUV 113.96 87.96 221.46 -
System Red Green Blue C M Y K H S L
Decimal 245 61 43 0 0.75 0.82 0.04 5.35 0.91 0.56
Hex F5 3D 2B 0 4B 52 4 5 5B 38
Octal 365 75 53 0 113 122 4 5 133 70
Binary 11110101 111101 101011 0 1001011 1010010 100 101 1011011 111000

Color Harmonies of #F53D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53D2B

Black with #F53D2B

Text Example


Text Example

White with #F53D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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