Html Css Color HEX #F54123 Red Orange

📋 copy color: '#F54123'

red 245 ◦ green 65 ◦ blue 35

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

Shades of Red Orange #F54123

Tints of Red Orange #F54123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.14%

R = 71.01%
G = 18.84%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F54123 (or 0xF54123) is known color: Red Orange. HEX triplet: F5, 41 and 23. RGB value is (245,65,35). Sum of RGB (Red+Green+Blue) = 245+65+35=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F54123 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54123 is #0ABEDC. Grayscale: #737373. Windows color (decimal): -704221 or 2310645. OLE color: 2310645.

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

Color convert

RGB 245 65 35 -
CMYK 0 0.73 0.86 0.04
HSL 8.57º 0.91% 0.55% -
HSV(B) 8.57º 0.86% 0.96% -
XYZ 39.85 23.31 3.99 -
YUV 115.4 82.63 220.44 -
System Red Green Blue C M Y K H S L
Decimal 245 65 35 0 0.73 0.86 0.04 8.57 0.91 0.55
Hex F5 41 23 0 49 56 4 9 5B 37
Octal 365 101 43 0 111 126 4 11 133 67
Binary 11110101 1000001 100011 0 1001001 1010110 100 1001 1011011 110111

Color Harmonies of #F54123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54123

Black with #F54123

Text Example


Text Example

White with #F54123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54123; }

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

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

background-color css

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

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

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

border-color css

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

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

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