Html Css Color HEX #FE8F4C Crusta

📋 copy color: '#FE8F4C'

red 254 ◦ green 143 ◦ blue 76

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

Shades of Crusta #FE8F4C

Tints of Crusta #FE8F4C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.23%

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 53.7%
G = 30.23%
B = 16.07%

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

#FE8F4C (or 0xFE8F4C) is known color: Crusta. HEX triplet: FE, 8F and 4C. RGB value is (254,143,76). Sum of RGB (Red+Green+Blue) = 254+143+76=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F4C is #0170B3. Grayscale: #A8A8A8. Windows color (decimal): -94388 or 5017598. OLE color: 5017598.

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

Color convert

RGB 254 143 76 -
CMYK 0 0.44 0.70 0.00
HSL 22.58º 0.99% 0.65% -
HSV(B) 22.58º 0.7% 1% -
XYZ 52 41.24 12.06 -
YUV 168.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 254 143 76 0 0.44 0.70 0.00 22.58 0.99 0.65
Hex FE 8F 4C 0 2C 46 0 17 63 41
Octal 376 217 114 0 54 106 0 27 143 101
Binary 11111110 10001111 1001100 0 101100 1000110 0 10111 1100011 1000001

Color Harmonies of #FE8F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8F4C

Black with #FE8F4C

Text Example


Text Example

White with #FE8F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8F4C; }

 p { color: rgb(254,143,76); }

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

background-color css

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

 a { background-color: rgb(254,143,76); }

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

border-color css

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

 span { border-color: rgb(254,143,76); }

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