Html Css Color HEX #FB714B Coral

📋 copy color: '#FB714B'

red 251 ◦ green 113 ◦ blue 75

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

Shades of Coral #FB714B

Tints of Coral #FB714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 57.18%
G = 25.74%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB714B (or 0xFB714B) is known color: Coral. HEX triplet: FB, 71 and 4B. RGB value is (251,113,75). Sum of RGB (Red+Green+Blue) = 251+113+75=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FB714B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB714B is #048EB4. Grayscale: #969696. Windows color (decimal): -298677 or 4944379. OLE color: 4944379.

HSL color Cylindrical-coordinate representation of color #FB714B: hue angle of 12.95º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB714B is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 113 75 -
CMYK 0 0.55 0.70 0.02
HSL 12.95º 0.96% 0.64% -
HSV(B) 12.95º 0.7% 0.98% -
XYZ 46.96 32.83 10.52 -
YUV 149.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 251 113 75 0 0.55 0.70 0.02 12.95 0.96 0.64
Hex FB 71 4B 0 37 46 2 D 60 40
Octal 373 161 113 0 67 106 2 15 140 100
Binary 11111011 1110001 1001011 0 110111 1000110 10 1101 1100000 1000000

Color Harmonies of #FB714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB714B

Black with #FB714B

Text Example


Text Example

White with #FB714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB714B; }

 p { color: rgb(251,113,75); }

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

background-color css

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

 a { background-color: rgb(251,113,75); }

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

border-color css

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

 span { border-color: rgb(251,113,75); }

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