Html Css Color HEX #FB8F55 Crusta

📋 copy color: '#FB8F55'

red 251 ◦ green 143 ◦ blue 85

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

Shades of Crusta #FB8F55

Tints of Crusta #FB8F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

 BLUE value IS 85 (33.59% from 255) = 17.75%

R = 52.4%
G = 29.85%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB8F55 (or 0xFB8F55) is known color: Crusta. HEX triplet: FB, 8F and 55. RGB value is (251,143,85). Sum of RGB (Red+Green+Blue) = 251+143+85=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F55 is #0470AA. Grayscale: #A9A9A9. Windows color (decimal): -290987 or 5607419. OLE color: 5607419.

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

Color convert

RGB 251 143 85 -
CMYK 0 0.43 0.66 0.02
HSL 20.96º 0.95% 0.66% -
HSV(B) 20.96º 0.66% 0.98% -
XYZ 51.25 40.81 13.77 -
YUV 168.68 80.78 186.72 -
System Red Green Blue C M Y K H S L
Decimal 251 143 85 0 0.43 0.66 0.02 20.96 0.95 0.66
Hex FB 8F 55 0 2B 42 2 15 5F 42
Octal 373 217 125 0 53 102 2 25 137 102
Binary 11111011 10001111 1010101 0 101011 1000010 10 10101 1011111 1000010

Color Harmonies of #FB8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8F55

Black with #FB8F55

Text Example


Text Example

White with #FB8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8F55; }

 p { color: rgb(251,143,85); }

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

background-color css

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

 a { background-color: rgb(251,143,85); }

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

border-color css

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

 span { border-color: rgb(251,143,85); }

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