Html Css Color HEX #FB764B Coral

📋 copy color: '#FB764B'

red 251 ◦ green 118 ◦ blue 75

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

Shades of Coral #FB764B

Tints of Coral #FB764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 56.53%
G = 26.58%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB764B (or 0xFB764B) is known color: Coral. HEX triplet: FB, 76 and 4B. RGB value is (251,118,75). Sum of RGB (Red+Green+Blue) = 251+118+75=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB764B is #0489B4. Grayscale: #999999. Windows color (decimal): -297397 or 4945659. OLE color: 4945659.

HSL color Cylindrical-coordinate representation of color #FB764B: hue angle of 14.66º 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 #FB764B is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 118 75 -
CMYK 0 0.53 0.70 0.02
HSL 14.66º 0.96% 0.64% -
HSV(B) 14.66º 0.7% 0.98% -
XYZ 47.53 33.97 10.71 -
YUV 152.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 251 118 75 0 0.53 0.70 0.02 14.66 0.96 0.64
Hex FB 76 4B 0 35 46 2 F 60 40
Octal 373 166 113 0 65 106 2 17 140 100
Binary 11111011 1110110 1001011 0 110101 1000110 10 1111 1100000 1000000

Color Harmonies of #FB764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB764B

Black with #FB764B

Text Example


Text Example

White with #FB764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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