Html Css Color HEX #FE8B4B Crusta

📋 copy color: '#FE8B4B'

red 254 ◦ green 139 ◦ blue 75

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

Shades of Crusta #FE8B4B

Tints of Crusta #FE8B4B

RGB

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

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

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

R = 54.27%
G = 29.7%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE8B4B (or 0xFE8B4B) is known color: Crusta. HEX triplet: FE, 8B and 4B. RGB value is (254,139,75). Sum of RGB (Red+Green+Blue) = 254+139+75=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8B4B is #0174B4. Grayscale: #A6A6A6. Windows color (decimal): -95413 or 4951038. OLE color: 4951038.

HSL color Cylindrical-coordinate representation of color #FE8B4B: hue angle of 21.45º 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 #FE8B4B is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 139 75 -
CMYK 0 0.45 0.70 0.00
HSL 21.45º 0.99% 0.65% -
HSV(B) 21.45º 0.7% 1% -
XYZ 51.38 40.04 11.68 -
YUV 166.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 254 139 75 0 0.45 0.70 0.00 21.45 0.99 0.65
Hex FE 8B 4B 0 2D 46 0 15 63 41
Octal 376 213 113 0 55 106 0 25 143 101
Binary 11111110 10001011 1001011 0 101101 1000110 0 10101 1100011 1000001

Color Harmonies of #FE8B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8B4B

Black with #FE8B4B

Text Example


Text Example

White with #FE8B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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