Html Css Color HEX #FB8D4E Crusta

📋 copy color: '#FB8D4E'

red 251 ◦ green 141 ◦ blue 78

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

Shades of Crusta #FB8D4E

Tints of Crusta #FB8D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.6%

R = 53.4%
G = 30%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB8D4E (or 0xFB8D4E) is known color: Crusta. HEX triplet: FB, 8D and 4E. RGB value is (251,141,78). Sum of RGB (Red+Green+Blue) = 251+141+78=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D4E is #0472B1. Grayscale: #A7A7A7. Windows color (decimal): -291506 or 5148155. OLE color: 5148155.

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

Color convert

RGB 251 141 78 -
CMYK 0 0.44 0.69 0.02
HSL 21.85º 0.96% 0.65% -
HSV(B) 21.85º 0.69% 0.98% -
XYZ 50.68 40.11 12.28 -
YUV 166.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 251 141 78 0 0.44 0.69 0.02 21.85 0.96 0.65
Hex FB 8D 4E 0 2C 45 2 16 60 41
Octal 373 215 116 0 54 105 2 26 140 101
Binary 11111011 10001101 1001110 0 101100 1000101 10 10110 1100000 1000001

Color Harmonies of #FB8D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8D4E

Black with #FB8D4E

Text Example


Text Example

White with #FB8D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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