Html Css Color HEX #FD4034 Red Orange

📋 copy color: '#FD4034'

red 253 ◦ green 64 ◦ blue 52

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

Shades of Red Orange #FD4034

Tints of Red Orange #FD4034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 68.56%
G = 17.34%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD4034 (or 0xFD4034) is known color: Red Orange. HEX triplet: FD, 40 and 34. RGB value is (253,64,52). Sum of RGB (Red+Green+Blue) = 253+64+52=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4034 is #02BFCB. Grayscale: #777777. Windows color (decimal): -180172 or 3424509. OLE color: 3424509.

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

Color convert

RGB 253 64 52 -
CMYK 0 0.75 0.79 0.01
HSL 3.58º 0.98% 0.6% -
HSV(B) 3.58º 0.79% 0.99% -
XYZ 42.96 24.8 5.77 -
YUV 119.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 253 64 52 0 0.75 0.79 0.01 3.58 0.98 0.6
Hex FD 40 34 0 4B 4F 1 4 62 3C
Octal 375 100 64 0 113 117 1 4 142 74
Binary 11111101 1000000 110100 0 1001011 1001111 1 100 1100010 111100

Color Harmonies of #FD4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4034

Black with #FD4034

Text Example


Text Example

White with #FD4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4034; }

 p { color: rgb(253,64,52); }

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

background-color css

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

 a { background-color: rgb(253,64,52); }

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

border-color css

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

 span { border-color: rgb(253,64,52); }

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