Html Css Color HEX #FF8F55 Crusta

📋 copy color: '#FF8F55'

red 255 ◦ green 143 ◦ blue 85

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

Shades of Crusta #FF8F55

Tints of Crusta #FF8F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.6%

R = 52.8%
G = 29.61%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF8F55 (or 0xFF8F55) is known color: Crusta. HEX triplet: FF, 8F and 55. RGB value is (255,143,85). Sum of RGB (Red+Green+Blue) = 255+143+85=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F55 is #0070AA. Grayscale: #AAAAAA. Windows color (decimal): -28843 or 5607423. OLE color: 5607423.

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

Color convert

RGB 255 143 85 -
CMYK 0 0.44 0.67 0
HSL 20.47º 1% 0.67% -
HSV(B) 20.47º 0.67% 1% -
XYZ 52.7 41.56 13.84 -
YUV 169.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 255 143 85 0 0.44 0.67 0 20.47 1 0.67
Hex FF 8F 55 0 2C 43 0 14 64 43
Octal 377 217 125 0 54 103 0 24 144 103
Binary 11111111 10001111 1010101 0 101100 1000011 0 10100 1100100 1000011

Color Harmonies of #FF8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F55

Black with #FF8F55

Text Example


Text Example

White with #FF8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F55; }

 p { color: rgb(255,143,85); }

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

background-color css

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

 a { background-color: rgb(255,143,85); }

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

border-color css

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

 span { border-color: rgb(255,143,85); }

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