Html Css Color HEX #FD482D Red Orange

📋 copy color: '#FD482D'

red 253 ◦ green 72 ◦ blue 45

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

Shades of Red Orange #FD482D

Tints of Red Orange #FD482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 68.38%
G = 19.46%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD482D (or 0xFD482D) is known color: Red Orange. HEX triplet: FD, 48 and 2D. RGB value is (253,72,45). Sum of RGB (Red+Green+Blue) = 253+72+45=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD482D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD482D is #02B7D2. Grayscale: #7B7B7B. Windows color (decimal): -178131 or 2967805. OLE color: 2967805.

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

Color convert

RGB 253 72 45 -
CMYK 0 0.72 0.82 0.01
HSL 7.79º 0.98% 0.58% -
HSV(B) 7.79º 0.82% 0.99% -
XYZ 43.3 25.71 5.16 -
YUV 123.04 83.97 220.7 -
System Red Green Blue C M Y K H S L
Decimal 253 72 45 0 0.72 0.82 0.01 7.79 0.98 0.58
Hex FD 48 2D 0 48 52 1 8 62 3A
Octal 375 110 55 0 110 122 1 10 142 72
Binary 11111101 1001000 101101 0 1001000 1010010 1 1000 1100010 111010

Color Harmonies of #FD482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD482D

Black with #FD482D

Text Example


Text Example

White with #FD482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD482D; }

 p { color: rgb(253,72,45); }

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

background-color css

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

 a { background-color: rgb(253,72,45); }

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

border-color css

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

 span { border-color: rgb(253,72,45); }

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