Html Css Color HEX #FB8C5E Crusta

📋 copy color: '#FB8C5E'

red 251 ◦ green 140 ◦ blue 94

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

Shades of Crusta #FB8C5E

Tints of Crusta #FB8C5E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

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

R = 51.75%
G = 28.87%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB8C5E (or 0xFB8C5E) is known color: Crusta. HEX triplet: FB, 8C and 5E. RGB value is (251,140,94). Sum of RGB (Red+Green+Blue) = 251+140+94=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C5E is #0473A1. Grayscale: #A8A8A8. Windows color (decimal): -291746 or 6196475. OLE color: 6196475.

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

Color convert

RGB 251 140 94 -
CMYK 0 0.44 0.63 0.02
HSL 17.58º 0.95% 0.68% -
HSV(B) 17.58º 0.63% 0.98% -
XYZ 51.18 40.07 15.63 -
YUV 167.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 251 140 94 0 0.44 0.63 0.02 17.58 0.95 0.68
Hex FB 8C 5E 0 2C 3F 2 12 5F 44
Octal 373 214 136 0 54 77 2 22 137 104
Binary 11111011 10001100 1011110 0 101100 111111 10 10010 1011111 1000100

Color Harmonies of #FB8C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C5E

Black with #FB8C5E

Text Example


Text Example

White with #FB8C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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