Html Css Color HEX #FB8B5E Crusta

📋 copy color: '#FB8B5E'

red 251 ◦ green 139 ◦ blue 94

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

Shades of Crusta #FB8B5E

Tints of Crusta #FB8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

 BLUE value IS 94 (37.11% from 255) = 19.42%

R = 51.86%
G = 28.72%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB8B5E (or 0xFB8B5E) is known color: Crusta. HEX triplet: FB, 8B and 5E. RGB value is (251,139,94). Sum of RGB (Red+Green+Blue) = 251+139+94=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B5E is #0474A1. Grayscale: #A7A7A7. Windows color (decimal): -292002 or 6196219. OLE color: 6196219.

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

Color convert

RGB 251 139 94 -
CMYK 0 0.45 0.63 0.02
HSL 17.2º 0.95% 0.68% -
HSV(B) 17.2º 0.63% 0.98% -
XYZ 51.04 39.78 15.58 -
YUV 167.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 251 139 94 0 0.45 0.63 0.02 17.2 0.95 0.68
Hex FB 8B 5E 0 2D 3F 2 11 5F 44
Octal 373 213 136 0 55 77 2 21 137 104
Binary 11111011 10001011 1011110 0 101101 111111 10 10001 1011111 1000100

Color Harmonies of #FB8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8B5E

Black with #FB8B5E

Text Example


Text Example

White with #FB8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8B5E; }

 p { color: rgb(251,139,94); }

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

background-color css

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

 a { background-color: rgb(251,139,94); }

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

border-color css

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

 span { border-color: rgb(251,139,94); }

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