Html Css Color HEX #FE8C4B Crusta

📋 copy color: '#FE8C4B'

red 254 ◦ green 140 ◦ blue 75

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

Shades of Crusta #FE8C4B

Tints of Crusta #FE8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.85%

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

R = 54.16%
G = 29.85%
B = 15.99%

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

#FE8C4B (or 0xFE8C4B) is known color: Crusta. HEX triplet: FE, 8C and 4B. RGB value is (254,140,75). Sum of RGB (Red+Green+Blue) = 254+140+75=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C4B is #0173B4. Grayscale: #A7A7A7. Windows color (decimal): -95157 or 4951294. OLE color: 4951294.

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

Color convert

RGB 254 140 75 -
CMYK 0 0.45 0.70 0.00
HSL 21.79º 0.99% 0.65% -
HSV(B) 21.79º 0.7% 1% -
XYZ 51.52 40.34 11.73 -
YUV 166.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 254 140 75 0 0.45 0.70 0.00 21.79 0.99 0.65
Hex FE 8C 4B 0 2D 46 0 16 63 41
Octal 376 214 113 0 55 106 0 26 143 101
Binary 11111110 10001100 1001011 0 101101 1000110 0 10110 1100011 1000001

Color Harmonies of #FE8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C4B

Black with #FE8C4B

Text Example


Text Example

White with #FE8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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