Html Css Color HEX #FB8D5C Crusta

📋 copy color: '#FB8D5C'

red 251 ◦ green 141 ◦ blue 92

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

Shades of Crusta #FB8D5C

Tints of Crusta #FB8D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

 BLUE value IS 92 (36.33% from 255) = 19.01%

R = 51.86%
G = 29.13%
B = 19.01%

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

#FB8D5C (or 0xFB8D5C) is known color: Crusta. HEX triplet: FB, 8D and 5C. RGB value is (251,141,92). Sum of RGB (Red+Green+Blue) = 251+141+92=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D5C is #0472A3. Grayscale: #A8A8A8. Windows color (decimal): -291492 or 6065659. OLE color: 6065659.

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

Color convert

RGB 251 141 92 -
CMYK 0 0.44 0.63 0.02
HSL 18.49º 0.95% 0.67% -
HSV(B) 18.49º 0.63% 0.98% -
XYZ 51.24 40.33 15.21 -
YUV 168.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 251 141 92 0 0.44 0.63 0.02 18.49 0.95 0.67
Hex FB 8D 5C 0 2C 3F 2 12 5F 43
Octal 373 215 134 0 54 77 2 22 137 103
Binary 11111011 10001101 1011100 0 101100 111111 10 10010 1011111 1000011

Color Harmonies of #FB8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8D5C

Black with #FB8D5C

Text Example


Text Example

White with #FB8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8D5C; }

 p { color: rgb(251,141,92); }

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

background-color css

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

 a { background-color: rgb(251,141,92); }

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

border-color css

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

 span { border-color: rgb(251,141,92); }

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