Html Css Color HEX #FB8850 Crusta

📋 copy color: '#FB8850'

red 251 ◦ green 136 ◦ blue 80

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

Shades of Crusta #FB8850

Tints of Crusta #FB8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

 BLUE value IS 80 (31.64% from 255) = 17.13%

R = 53.75%
G = 29.12%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB8850 (or 0xFB8850) is known color: Crusta. HEX triplet: FB, 88 and 50. RGB value is (251,136,80). Sum of RGB (Red+Green+Blue) = 251+136+80=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8850 is #0477AF. Grayscale: #A4A4A4. Windows color (decimal): -292784 or 5277947. OLE color: 5277947.

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

Color convert

RGB 251 136 80 -
CMYK 0 0.46 0.68 0.02
HSL 19.65º 0.96% 0.65% -
HSV(B) 19.65º 0.68% 0.98% -
XYZ 50.04 38.7 12.42 -
YUV 164 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 251 136 80 0 0.46 0.68 0.02 19.65 0.96 0.65
Hex FB 88 50 0 2E 44 2 14 60 41
Octal 373 210 120 0 56 104 2 24 140 101
Binary 11111011 10001000 1010000 0 101110 1000100 10 10100 1100000 1000001

Color Harmonies of #FB8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8850

Black with #FB8850

Text Example


Text Example

White with #FB8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8850; }

 p { color: rgb(251,136,80); }

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

background-color css

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

 a { background-color: rgb(251,136,80); }

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

border-color css

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

 span { border-color: rgb(251,136,80); }

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