Html Css Color HEX #FD4C2E Red Orange

📋 copy color: '#FD4C2E'

red 253 ◦ green 76 ◦ blue 46

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

Shades of Red Orange #FD4C2E

Tints of Red Orange #FD4C2E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 46 (18.36% from 255) = 12.27%

R = 67.47%
G = 20.27%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD4C2E (or 0xFD4C2E) is known color: Red Orange. HEX triplet: FD, 4C and 2E. RGB value is (253,76,46). Sum of RGB (Red+Green+Blue) = 253+76+46=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C2E is #02B3D1. Grayscale: #7D7D7D. Windows color (decimal): -177106 or 3034365. OLE color: 3034365.

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

Color convert

RGB 253 76 46 -
CMYK 0 0.70 0.82 0.01
HSL 8.7º 0.98% 0.59% -
HSV(B) 8.7º 0.82% 0.99% -
XYZ 43.59 26.25 5.35 -
YUV 125.5 83.14 218.94 -
System Red Green Blue C M Y K H S L
Decimal 253 76 46 0 0.70 0.82 0.01 8.7 0.98 0.59
Hex FD 4C 2E 0 46 52 1 9 62 3B
Octal 375 114 56 0 106 122 1 11 142 73
Binary 11111101 1001100 101110 0 1000110 1010010 1 1001 1100010 111011

Color Harmonies of #FD4C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C2E

Black with #FD4C2E

Text Example


Text Example

White with #FD4C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C2E; }

 p { color: rgb(253,76,46); }

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

background-color css

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

 a { background-color: rgb(253,76,46); }

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

border-color css

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

 span { border-color: rgb(253,76,46); }

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