Html Css Color HEX #FB865F Crusta

📋 copy color: '#FB865F'

red 251 ◦ green 134 ◦ blue 95

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

Shades of Crusta #FB865F

Tints of Crusta #FB865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.92%

 BLUE value IS 95 (37.5% from 255) = 19.79%

R = 52.29%
G = 27.92%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB865F (or 0xFB865F) is known color: Crusta. HEX triplet: FB, 86 and 5F. RGB value is (251,134,95). Sum of RGB (Red+Green+Blue) = 251+134+95=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB865F is #0479A0. Grayscale: #A4A4A4. Windows color (decimal): -293281 or 6260475. OLE color: 6260475.

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

Color convert

RGB 251 134 95 -
CMYK 0 0.47 0.62 0.02
HSL 15º 0.95% 0.68% -
HSV(B) 15º 0.62% 0.98% -
XYZ 50.37 38.39 15.58 -
YUV 164.54 88.76 189.67 -
System Red Green Blue C M Y K H S L
Decimal 251 134 95 0 0.47 0.62 0.02 15 0.95 0.68
Hex FB 86 5F 0 2F 3E 2 F 5F 44
Octal 373 206 137 0 57 76 2 17 137 104
Binary 11111011 10000110 1011111 0 101111 111110 10 1111 1011111 1000100

Color Harmonies of #FB865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB865F

Black with #FB865F

Text Example


Text Example

White with #FB865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB865F; }

 p { color: rgb(251,134,95); }

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

background-color css

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

 a { background-color: rgb(251,134,95); }

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

border-color css

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

 span { border-color: rgb(251,134,95); }

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