Html Css Color HEX #FD4527 Red Orange

📋 copy color: '#FD4527'

red 253 ◦ green 69 ◦ blue 39

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

Shades of Red Orange #FD4527

Tints of Red Orange #FD4527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 70.08%
G = 19.11%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD4527 (or 0xFD4527) is known color: Red Orange. HEX triplet: FD, 45 and 27. RGB value is (253,69,39). Sum of RGB (Red+Green+Blue) = 253+69+39=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4527 is #02BAD8. Grayscale: #787878. Windows color (decimal): -178905 or 2573821. OLE color: 2573821.

HSL color Cylindrical-coordinate representation of color #FD4527: hue angle of 8.41º 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 #FD4527 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 69 39 -
CMYK 0 0.73 0.85 0.01
HSL 8.41º 0.98% 0.57% -
HSV(B) 8.41º 0.85% 0.99% -
XYZ 43 25.29 4.53 -
YUV 120.6 81.96 222.44 -
System Red Green Blue C M Y K H S L
Decimal 253 69 39 0 0.73 0.85 0.01 8.41 0.98 0.57
Hex FD 45 27 0 49 55 1 8 62 39
Octal 375 105 47 0 111 125 1 10 142 71
Binary 11111101 1000101 100111 0 1001001 1010101 1 1000 1100010 111001

Color Harmonies of #FD4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4527

Black with #FD4527

Text Example


Text Example

White with #FD4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4527; }

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

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

background-color css

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

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

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

border-color css

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

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

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