Html Css Color HEX #FD4C28 Red Orange

📋 copy color: '#FD4C28'

red 253 ◦ green 76 ◦ blue 40

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

Shades of Red Orange #FD4C28

Tints of Red Orange #FD4C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.84%

R = 68.56%
G = 20.6%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD4C28 (or 0xFD4C28) is known color: Red Orange. HEX triplet: FD, 4C and 28. RGB value is (253,76,40). Sum of RGB (Red+Green+Blue) = 253+76+40=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C28 is #02B3D7. Grayscale: #7D7D7D. Windows color (decimal): -177112 or 2641149. OLE color: 2641149.

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

Color convert

RGB 253 76 40 -
CMYK 0 0.70 0.84 0.01
HSL 10.14º 0.98% 0.57% -
HSV(B) 10.14º 0.84% 0.99% -
XYZ 43.48 26.2 4.77 -
YUV 124.82 80.14 219.43 -
System Red Green Blue C M Y K H S L
Decimal 253 76 40 0 0.70 0.84 0.01 10.14 0.98 0.57
Hex FD 4C 28 0 46 54 1 A 62 39
Octal 375 114 50 0 106 124 1 12 142 71
Binary 11111101 1001100 101000 0 1000110 1010100 1 1010 1100010 111001

Color Harmonies of #FD4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C28

Black with #FD4C28

Text Example


Text Example

White with #FD4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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