Html Css Color HEX #FB8240 Coral

📋 copy color: '#FB8240'

red 251 ◦ green 130 ◦ blue 64

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

Shades of Coral #FB8240

Tints of Coral #FB8240

RGB

 RED value IS 251 (98.44% from 255) = 56.4%

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

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 56.4%
G = 29.21%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB8240 (or 0xFB8240) is known color: Coral. HEX triplet: FB, 82 and 40. RGB value is (251,130,64). Sum of RGB (Red+Green+Blue) = 251+130+64=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8240 is #047DBF. Grayscale: #9F9F9F. Windows color (decimal): -294336 or 4227835. OLE color: 4227835.

HSL color Cylindrical-coordinate representation of color #FB8240: hue angle of 21.18º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB8240 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 130 64 -
CMYK 0 0.48 0.75 0.02
HSL 21.18º 0.96% 0.62% -
HSV(B) 21.18º 0.75% 0.98% -
XYZ 48.69 36.84 9.4 -
YUV 158.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 251 130 64 0 0.48 0.75 0.02 21.18 0.96 0.62
Hex FB 82 40 0 30 4B 2 15 60 3E
Octal 373 202 100 0 60 113 2 25 140 76
Binary 11111011 10000010 1000000 0 110000 1001011 10 10101 1100000 111110

Color Harmonies of #FB8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8240

Black with #FB8240

Text Example


Text Example

White with #FB8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8240; }

 p { color: rgb(251,130,64); }

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

background-color css

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

 a { background-color: rgb(251,130,64); }

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

border-color css

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

 span { border-color: rgb(251,130,64); }

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