Html Css Color HEX #FB8A60 Crusta

📋 copy color: '#FB8A60'

red 251 ◦ green 138 ◦ blue 96

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

Shades of Crusta #FB8A60

Tints of Crusta #FB8A60

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.45%

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

R = 51.75%
G = 28.45%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB8A60 (or 0xFB8A60) is known color: Crusta. HEX triplet: FB, 8A and 60. RGB value is (251,138,96). Sum of RGB (Red+Green+Blue) = 251+138+96=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A60 is #04759F. Grayscale: #A7A7A7. Windows color (decimal): -292256 or 6327035. OLE color: 6327035.

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

Color convert

RGB 251 138 96 -
CMYK 0 0.45 0.62 0.02
HSL 16.26º 0.95% 0.68% -
HSV(B) 16.26º 0.62% 0.98% -
XYZ 50.98 39.53 16.01 -
YUV 167 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 251 138 96 0 0.45 0.62 0.02 16.26 0.95 0.68
Hex FB 8A 60 0 2D 3E 2 10 5F 44
Octal 373 212 140 0 55 76 2 20 137 104
Binary 11111011 10001010 1100000 0 101101 111110 10 10000 1011111 1000100

Color Harmonies of #FB8A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8A60

Black with #FB8A60

Text Example


Text Example

White with #FB8A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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