Html Css Color HEX #FD452C Red Orange

📋 copy color: '#FD452C'

red 253 ◦ green 69 ◦ blue 44

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

Shades of Red Orange #FD452C

Tints of Red Orange #FD452C

RGB

 RED value IS 253 (99.22% from 255) = 69.13%

 GREEN value IS 69 (27.34% from 255) = 18.85%

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 69.13%
G = 18.85%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD452C (or 0xFD452C) is known color: Red Orange. HEX triplet: FD, 45 and 2C. RGB value is (253,69,44). Sum of RGB (Red+Green+Blue) = 253+69+44=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD452C is #02BAD3. Grayscale: #797979. Windows color (decimal): -178900 or 2901501. OLE color: 2901501.

HSL color Cylindrical-coordinate representation of color #FD452C: hue angle of 7.18º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD452C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 69 44 -
CMYK 0 0.73 0.83 0.01
HSL 7.18º 0.98% 0.58% -
HSV(B) 7.18º 0.83% 0.99% -
XYZ 43.09 25.32 5 -
YUV 121.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 253 69 44 0 0.73 0.83 0.01 7.18 0.98 0.58
Hex FD 45 2C 0 49 53 1 7 62 3A
Octal 375 105 54 0 111 123 1 7 142 72
Binary 11111101 1000101 101100 0 1001001 1010011 1 111 1100010 111010

Color Harmonies of #FD452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD452C

Black with #FD452C

Text Example


Text Example

White with #FD452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD452C; }

 p { color: rgb(253,69,44); }

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

background-color css

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

 a { background-color: rgb(253,69,44); }

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

border-color css

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

 span { border-color: rgb(253,69,44); }

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