Html Css Color HEX #FB8142 Coral

📋 copy color: '#FB8142'

red 251 ◦ green 129 ◦ blue 66

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

Shades of Coral #FB8142

Tints of Coral #FB8142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

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

R = 56.28%
G = 28.92%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB8142 (or 0xFB8142) is known color: Coral. HEX triplet: FB, 81 and 42. RGB value is (251,129,66). Sum of RGB (Red+Green+Blue) = 251+129+66=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8142 is #047EBD. Grayscale: #9E9E9E. Windows color (decimal): -294590 or 4358651. OLE color: 4358651.

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

Color convert

RGB 251 129 66 -
CMYK 0 0.49 0.74 0.02
HSL 20.43º 0.96% 0.62% -
HSV(B) 20.43º 0.74% 0.98% -
XYZ 48.62 36.6 9.66 -
YUV 158.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 251 129 66 0 0.49 0.74 0.02 20.43 0.96 0.62
Hex FB 81 42 0 31 4A 2 14 60 3E
Octal 373 201 102 0 61 112 2 24 140 76
Binary 11111011 10000001 1000010 0 110001 1001010 10 10100 1100000 111110

Color Harmonies of #FB8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8142

Black with #FB8142

Text Example


Text Example

White with #FB8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8142; }

 p { color: rgb(251,129,66); }

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

background-color css

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

 a { background-color: rgb(251,129,66); }

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

border-color css

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

 span { border-color: rgb(251,129,66); }

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