Html Css Color HEX #FF8D48 Crusta

📋 copy color: '#FF8D48'

red 255 ◦ green 141 ◦ blue 72

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

Shades of Crusta #FF8D48

Tints of Crusta #FF8D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.38%

R = 54.49%
G = 30.13%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF8D48 (or 0xFF8D48) is known color: Crusta. HEX triplet: FF, 8D and 48. RGB value is (255,141,72). Sum of RGB (Red+Green+Blue) = 255+141+72=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D48 is #0072B7. Grayscale: #A7A7A7. Windows color (decimal): -29368 or 4754943. OLE color: 4754943.

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

Color convert

RGB 255 141 72 -
CMYK 0 0.45 0.72 0
HSL 22.62º 1% 0.64% -
HSV(B) 22.62º 0.72% 1% -
XYZ 51.93 40.78 11.26 -
YUV 167.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 255 141 72 0 0.45 0.72 0 22.62 1 0.64
Hex FF 8D 48 0 2D 48 0 17 64 40
Octal 377 215 110 0 55 110 0 27 144 100
Binary 11111111 10001101 1001000 0 101101 1001000 0 10111 1100100 1000000

Color Harmonies of #FF8D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D48

Black with #FF8D48

Text Example


Text Example

White with #FF8D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D48; }

 p { color: rgb(255,141,72); }

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

background-color css

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

 a { background-color: rgb(255,141,72); }

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

border-color css

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

 span { border-color: rgb(255,141,72); }

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