Html Css Color HEX #FB8460 Crusta

📋 copy color: '#FB8460'

red 251 ◦ green 132 ◦ blue 96

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

Shades of Crusta #FB8460

Tints of Crusta #FB8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

 BLUE value IS 96 (37.89% from 255) = 20.04%

R = 52.4%
G = 27.56%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB8460 (or 0xFB8460) is known color: Crusta. HEX triplet: FB, 84 and 60. RGB value is (251,132,96). Sum of RGB (Red+Green+Blue) = 251+132+96=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8460 is #047B9F. Grayscale: #A3A3A3. Windows color (decimal): -293792 or 6325499. OLE color: 6325499.

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

Color convert

RGB 251 132 96 -
CMYK 0 0.47 0.62 0.02
HSL 13.94º 0.95% 0.68% -
HSV(B) 13.94º 0.62% 0.98% -
XYZ 50.15 37.86 15.73 -
YUV 163.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 251 132 96 0 0.47 0.62 0.02 13.94 0.95 0.68
Hex FB 84 60 0 2F 3E 2 E 5F 44
Octal 373 204 140 0 57 76 2 16 137 104
Binary 11111011 10000100 1100000 0 101111 111110 10 1110 1011111 1000100

Color Harmonies of #FB8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8460

Black with #FB8460

Text Example


Text Example

White with #FB8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8460; }

 p { color: rgb(251,132,96); }

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

background-color css

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

 a { background-color: rgb(251,132,96); }

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

border-color css

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

 span { border-color: rgb(251,132,96); }

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