Html Css Color HEX #F54A1D Red Orange

📋 copy color: '#F54A1D'

red 245 ◦ green 74 ◦ blue 29

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

Shades of Red Orange #F54A1D

Tints of Red Orange #F54A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 70.4%
G = 21.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F54A1D (or 0xF54A1D) is known color: Red Orange. HEX triplet: F5, 4A and 1D. RGB value is (245,74,29). Sum of RGB (Red+Green+Blue) = 245+74+29=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54A1D is #0AB5E2. Grayscale: #787878. Windows color (decimal): -701923 or 1919733. OLE color: 1919733.

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

Color convert

RGB 245 74 29 -
CMYK 0 0.70 0.88 0.04
HSL 12.5º 0.92% 0.54% -
HSV(B) 12.5º 0.88% 0.96% -
XYZ 40.33 24.4 3.75 -
YUV 120 76.65 217.16 -
System Red Green Blue C M Y K H S L
Decimal 245 74 29 0 0.70 0.88 0.04 12.5 0.92 0.54
Hex F5 4A 1D 0 46 58 4 C 5C 36
Octal 365 112 35 0 106 130 4 14 134 66
Binary 11110101 1001010 11101 0 1000110 1011000 100 1100 1011100 110110

Color Harmonies of #F54A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54A1D

Black with #F54A1D

Text Example


Text Example

White with #F54A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54A1D; }

 p { color: rgb(245,74,29); }

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

background-color css

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

 a { background-color: rgb(245,74,29); }

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

border-color css

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

 span { border-color: rgb(245,74,29); }

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