Html Css Color HEX #FE8C52 Crusta

📋 copy color: '#FE8C52'

red 254 ◦ green 140 ◦ blue 82

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

Shades of Crusta #FE8C52

Tints of Crusta #FE8C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.23%

R = 53.36%
G = 29.41%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE8C52 (or 0xFE8C52) is known color: Crusta. HEX triplet: FE, 8C and 52. RGB value is (254,140,82). Sum of RGB (Red+Green+Blue) = 254+140+82=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C52 is #0173AD. Grayscale: #A7A7A7. Windows color (decimal): -95150 or 5410046. OLE color: 5410046.

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

Color convert

RGB 254 140 82 -
CMYK 0 0.45 0.68 0.00
HSL 20.23º 0.99% 0.66% -
HSV(B) 20.23º 0.68% 1% -
XYZ 51.77 40.44 13.06 -
YUV 167.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 254 140 82 0 0.45 0.68 0.00 20.23 0.99 0.66
Hex FE 8C 52 0 2D 44 0 14 63 42
Octal 376 214 122 0 55 104 0 24 143 102
Binary 11111110 10001100 1010010 0 101101 1000100 0 10100 1100011 1000010

Color Harmonies of #FE8C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C52

Black with #FE8C52

Text Example


Text Example

White with #FE8C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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