Html Css Color HEX #F5412B Red Orange

📋 copy color: '#F5412B'

red 245 ◦ green 65 ◦ blue 43

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

Shades of Red Orange #F5412B

Tints of Red Orange #F5412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.41%

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

R = 69.41%
G = 18.41%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5412B (or 0xF5412B) is known color: Red Orange. HEX triplet: F5, 41 and 2B. RGB value is (245,65,43). Sum of RGB (Red+Green+Blue) = 245+65+43=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F5412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5412B is #0ABED4. Grayscale: #747474. Windows color (decimal): -704213 or 2834933. OLE color: 2834933.

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

Color convert

RGB 245 65 43 -
CMYK 0 0.73 0.82 0.04
HSL 6.53º 0.91% 0.56% -
HSV(B) 6.53º 0.82% 0.96% -
XYZ 39.98 23.37 4.69 -
YUV 116.31 86.63 219.79 -
System Red Green Blue C M Y K H S L
Decimal 245 65 43 0 0.73 0.82 0.04 6.53 0.91 0.56
Hex F5 41 2B 0 49 52 4 7 5B 38
Octal 365 101 53 0 111 122 4 7 133 70
Binary 11110101 1000001 101011 0 1001001 1010010 100 111 1011011 111000

Color Harmonies of #F5412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5412B

Black with #F5412B

Text Example


Text Example

White with #F5412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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