Html Css Color HEX #FD4C42 Sunset Orange

📋 copy color: '#FD4C42'

red 253 ◦ green 76 ◦ blue 66

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

Shades of Sunset Orange #FD4C42

Tints of Sunset Orange #FD4C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 64.05%
G = 19.24%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD4C42 (or 0xFD4C42) is known color: Sunset Orange. HEX triplet: FD, 4C and 42. RGB value is (253,76,66). Sum of RGB (Red+Green+Blue) = 253+76+66=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C42 is #02B3BD. Grayscale: #7F7F7F. Windows color (decimal): -177086 or 4345085. OLE color: 4345085.

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

Color convert

RGB 253 76 66 -
CMYK 0 0.70 0.74 0.01
HSL 3.21º 0.98% 0.63% -
HSV(B) 3.21º 0.74% 0.99% -
XYZ 44.08 26.44 7.94 -
YUV 127.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 253 76 66 0 0.70 0.74 0.01 3.21 0.98 0.63
Hex FD 4C 42 0 46 4A 1 3 62 3F
Octal 375 114 102 0 106 112 1 3 142 77
Binary 11111101 1001100 1000010 0 1000110 1001010 1 11 1100010 111111

Color Harmonies of #FD4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4C42

Black with #FD4C42

Text Example


Text Example

White with #FD4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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