Html Css Color HEX #FE8D4B Crusta

📋 copy color: '#FE8D4B'

red 254 ◦ green 141 ◦ blue 75

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

Shades of Crusta #FE8D4B

Tints of Crusta #FE8D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.96%

R = 54.04%
G = 30%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE8D4B (or 0xFE8D4B) is known color: Crusta. HEX triplet: FE, 8D and 4B. RGB value is (254,141,75). Sum of RGB (Red+Green+Blue) = 254+141+75=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D4B is #0172B4. Grayscale: #A7A7A7. Windows color (decimal): -94901 or 4951550. OLE color: 4951550.

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

Color convert

RGB 254 141 75 -
CMYK 0 0.44 0.70 0.00
HSL 22.12º 0.99% 0.65% -
HSV(B) 22.12º 0.7% 1% -
XYZ 51.67 40.63 11.78 -
YUV 167.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 254 141 75 0 0.44 0.70 0.00 22.12 0.99 0.65
Hex FE 8D 4B 0 2C 46 0 16 63 41
Octal 376 215 113 0 54 106 0 26 143 101
Binary 11111110 10001101 1001011 0 101100 1000110 0 10110 1100011 1000001

Color Harmonies of #FE8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D4B

Black with #FE8D4B

Text Example


Text Example

White with #FE8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D4B; }

 p { color: rgb(254,141,75); }

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

background-color css

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

 a { background-color: rgb(254,141,75); }

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

border-color css

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

 span { border-color: rgb(254,141,75); }

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