Html Css Color HEX #FB8F58 Crusta

📋 copy color: '#FB8F58'

red 251 ◦ green 143 ◦ blue 88

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

Shades of Crusta #FB8F58

Tints of Crusta #FB8F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.26%

R = 52.07%
G = 29.67%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FB8F58 (or 0xFB8F58) is known color: Crusta. HEX triplet: FB, 8F and 58. RGB value is (251,143,88). Sum of RGB (Red+Green+Blue) = 251+143+88=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F58 is #0470A7. Grayscale: #A9A9A9. Windows color (decimal): -290984 or 5804027. OLE color: 5804027.

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

Color convert

RGB 251 143 88 -
CMYK 0 0.43 0.65 0.02
HSL 20.25º 0.95% 0.66% -
HSV(B) 20.25º 0.65% 0.98% -
XYZ 51.37 40.86 14.41 -
YUV 169.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 251 143 88 0 0.43 0.65 0.02 20.25 0.95 0.66
Hex FB 8F 58 0 2B 41 2 14 5F 42
Octal 373 217 130 0 53 101 2 24 137 102
Binary 11111011 10001111 1011000 0 101011 1000001 10 10100 1011111 1000010

Color Harmonies of #FB8F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8F58

Black with #FB8F58

Text Example


Text Example

White with #FB8F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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