Html Css Color HEX #FD8242 Coral

📋 copy color: '#FD8242'

red 253 ◦ green 130 ◦ blue 66

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

Shades of Coral #FD8242

Tints of Coral #FD8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 56.35%
G = 28.95%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD8242 (or 0xFD8242) is known color: Coral. HEX triplet: FD, 82 and 42. RGB value is (253,130,66). Sum of RGB (Red+Green+Blue) = 253+130+66=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8242 is #027DBD. Grayscale: #9F9F9F. Windows color (decimal): -163262 or 4358909. OLE color: 4358909.

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

Color convert

RGB 253 130 66 -
CMYK 0 0.49 0.74 0.01
HSL 20.53º 0.98% 0.63% -
HSV(B) 20.53º 0.74% 0.99% -
XYZ 49.47 37.24 9.73 -
YUV 159.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 253 130 66 0 0.49 0.74 0.01 20.53 0.98 0.63
Hex FD 82 42 0 31 4A 1 15 62 3F
Octal 375 202 102 0 61 112 1 25 142 77
Binary 11111101 10000010 1000010 0 110001 1001010 1 10101 1100010 111111

Color Harmonies of #FD8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8242

Black with #FD8242

Text Example


Text Example

White with #FD8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8242; }

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

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

background-color css

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

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

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

border-color css

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

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

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