Html Css Color HEX #F54135 Red Orange

📋 copy color: '#F54135'

red 245 ◦ green 65 ◦ blue 53

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

Shades of Red Orange #F54135

Tints of Red Orange #F54135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 67.49%
G = 17.91%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F54135 (or 0xF54135) is known color: Red Orange. HEX triplet: F5, 41 and 35. RGB value is (245,65,53). Sum of RGB (Red+Green+Blue) = 245+65+53=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F54135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54135 is #0ABECA. Grayscale: #757575. Windows color (decimal): -704203 or 3490293. OLE color: 3490293.

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

Color convert

RGB 245 65 53 -
CMYK 0 0.73 0.78 0.04
HSL 3.75º 0.91% 0.58% -
HSV(B) 3.75º 0.78% 0.96% -
XYZ 40.19 23.45 5.78 -
YUV 117.45 91.63 218.98 -
System Red Green Blue C M Y K H S L
Decimal 245 65 53 0 0.73 0.78 0.04 3.75 0.91 0.58
Hex F5 41 35 0 49 4E 4 4 5B 3A
Octal 365 101 65 0 111 116 4 4 133 72
Binary 11110101 1000001 110101 0 1001001 1001110 100 100 1011011 111010

Color Harmonies of #F54135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54135

Black with #F54135

Text Example


Text Example

White with #F54135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54135; }

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

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

background-color css

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

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

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

border-color css

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

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

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