Html Css Color HEX #FE8B53 Crusta

📋 copy color: '#FE8B53'

red 254 ◦ green 139 ◦ blue 83

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

Shades of Crusta #FE8B53

Tints of Crusta #FE8B53

RGB

 RED value IS 254 (99.61% from 255) = 53.36%

 GREEN value IS 139 (54.69% from 255) = 29.2%

 BLUE value IS 83 (32.81% from 255) = 17.44%

R = 53.36%
G = 29.2%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE8B53 (or 0xFE8B53) is known color: Crusta. HEX triplet: FE, 8B and 53. RGB value is (254,139,83). Sum of RGB (Red+Green+Blue) = 254+139+83=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B53 is #0174AC. Grayscale: #A7A7A7. Windows color (decimal): -95405 or 5475326. OLE color: 5475326.

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

Color convert

RGB 254 139 83 -
CMYK 0 0.45 0.67 0.00
HSL 19.65º 0.99% 0.66% -
HSV(B) 19.65º 0.67% 1% -
XYZ 51.67 40.16 13.21 -
YUV 167 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 254 139 83 0 0.45 0.67 0.00 19.65 0.99 0.66
Hex FE 8B 53 0 2D 43 0 14 63 42
Octal 376 213 123 0 55 103 0 24 143 102
Binary 11111110 10001011 1010011 0 101101 1000011 0 10100 1100011 1000010

Color Harmonies of #FE8B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B53

Black with #FE8B53

Text Example


Text Example

White with #FE8B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B53; }

 p { color: rgb(254,139,83); }

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

background-color css

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

 a { background-color: rgb(254,139,83); }

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

border-color css

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

 span { border-color: rgb(254,139,83); }

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