Html Css Color HEX #FF8E4A Crusta

📋 copy color: '#FF8E4A'

red 255 ◦ green 142 ◦ blue 74

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

Shades of Crusta #FF8E4A

Tints of Crusta #FF8E4A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 54.14%
G = 30.15%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF8E4A (or 0xFF8E4A) is known color: Crusta. HEX triplet: FF, 8E and 4A. RGB value is (255,142,74). Sum of RGB (Red+Green+Blue) = 255+142+74=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E4A is #0071B5. Grayscale: #A8A8A8. Windows color (decimal): -29110 or 4886271. OLE color: 4886271.

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

Color convert

RGB 255 142 74 -
CMYK 0 0.44 0.71 0
HSL 22.54º 1% 0.65% -
HSV(B) 22.54º 0.71% 1% -
XYZ 52.15 41.1 11.66 -
YUV 168.04 74.94 190.03 -
System Red Green Blue C M Y K H S L
Decimal 255 142 74 0 0.44 0.71 0 22.54 1 0.65
Hex FF 8E 4A 0 2C 47 0 17 64 41
Octal 377 216 112 0 54 107 0 27 144 101
Binary 11111111 10001110 1001010 0 101100 1000111 0 10111 1100100 1000001

Color Harmonies of #FF8E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E4A

Black with #FF8E4A

Text Example


Text Example

White with #FF8E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E4A; }

 p { color: rgb(255,142,74); }

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

background-color css

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

 a { background-color: rgb(255,142,74); }

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

border-color css

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

 span { border-color: rgb(255,142,74); }

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