Html Css Color HEX #FF8C5A Crusta

📋 copy color: '#FF8C5A'

red 255 ◦ green 140 ◦ blue 90

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

Shades of Crusta #FF8C5A

Tints of Crusta #FF8C5A

RGB

 RED value IS 255 (100% from 255) = 52.58%

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 52.58%
G = 28.87%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF8C5A (or 0xFF8C5A) is known color: Crusta. HEX triplet: FF, 8C and 5A. RGB value is (255,140,90). Sum of RGB (Red+Green+Blue) = 255+140+90=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C5A is #0073A5. Grayscale: #A9A9A9. Windows color (decimal): -29606 or 5934335. OLE color: 5934335.

HSL color Cylindrical-coordinate representation of color #FF8C5A: hue angle of 18.18º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8C5A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 90 -
CMYK 0 0.45 0.65 0
HSL 18.18º 1% 0.68% -
HSV(B) 18.18º 0.65% 1% -
XYZ 52.46 40.75 14.77 -
YUV 168.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 255 140 90 0 0.45 0.65 0 18.18 1 0.68
Hex FF 8C 5A 0 2D 41 0 12 64 44
Octal 377 214 132 0 55 101 0 22 144 104
Binary 11111111 10001100 1011010 0 101101 1000001 0 10010 1100100 1000100

Color Harmonies of #FF8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C5A

Black with #FF8C5A

Text Example


Text Example

White with #FF8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C5A; }

 p { color: rgb(255,140,90); }

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

background-color css

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

 a { background-color: rgb(255,140,90); }

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

border-color css

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

 span { border-color: rgb(255,140,90); }

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