Html Css Color HEX #FB8C4E Crusta

📋 copy color: '#FB8C4E'

red 251 ◦ green 140 ◦ blue 78

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

Shades of Crusta #FB8C4E

Tints of Crusta #FB8C4E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.85%

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

R = 53.52%
G = 29.85%
B = 16.63%

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

#FB8C4E (or 0xFB8C4E) is known color: Crusta. HEX triplet: FB, 8C and 4E. RGB value is (251,140,78). Sum of RGB (Red+Green+Blue) = 251+140+78=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C4E is #0473B1. Grayscale: #A6A6A6. Windows color (decimal): -291762 or 5147899. OLE color: 5147899.

HSL color Cylindrical-coordinate representation of color #FB8C4E: hue angle of 21.5º 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 #FB8C4E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 140 78 -
CMYK 0 0.44 0.69 0.02
HSL 21.5º 0.96% 0.65% -
HSV(B) 21.5º 0.69% 0.98% -
XYZ 50.54 39.82 12.23 -
YUV 166.12 78.27 188.54 -
System Red Green Blue C M Y K H S L
Decimal 251 140 78 0 0.44 0.69 0.02 21.5 0.96 0.65
Hex FB 8C 4E 0 2C 45 2 16 60 41
Octal 373 214 116 0 54 105 2 26 140 101
Binary 11111011 10001100 1001110 0 101100 1000101 10 10110 1100000 1000001

Color Harmonies of #FB8C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C4E

Black with #FB8C4E

Text Example


Text Example

White with #FB8C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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