Html Css Color HEX #FD4A25 Red Orange

📋 copy color: '#FD4A25'

red 253 ◦ green 74 ◦ blue 37

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

Shades of Red Orange #FD4A25

Tints of Red Orange #FD4A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 69.51%
G = 20.33%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD4A25 (or 0xFD4A25) is known color: Red Orange. HEX triplet: FD, 4A and 25. RGB value is (253,74,37). Sum of RGB (Red+Green+Blue) = 253+74+37=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4A25 is #02B5DA. Grayscale: #7B7B7B. Windows color (decimal): -177627 or 2444029. OLE color: 2444029.

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

Color convert

RGB 253 74 37 -
CMYK 0 0.71 0.85 0.01
HSL 10.28º 0.98% 0.57% -
HSV(B) 10.28º 0.85% 0.99% -
XYZ 43.29 25.91 4.47 -
YUV 123.3 79.3 220.51 -
System Red Green Blue C M Y K H S L
Decimal 253 74 37 0 0.71 0.85 0.01 10.28 0.98 0.57
Hex FD 4A 25 0 47 55 1 A 62 39
Octal 375 112 45 0 107 125 1 12 142 71
Binary 11111101 1001010 100101 0 1000111 1010101 1 1010 1100010 111001

Color Harmonies of #FD4A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A25

Black with #FD4A25

Text Example


Text Example

White with #FD4A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A25; }

 p { color: rgb(253,74,37); }

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

background-color css

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

 a { background-color: rgb(253,74,37); }

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

border-color css

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

 span { border-color: rgb(253,74,37); }

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