Html Css Color HEX #FE9252 Crusta

📋 copy color: '#FE9252'

red 254 ◦ green 146 ◦ blue 82

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

Shades of Crusta #FE9252

Tints of Crusta #FE9252

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.29%

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

R = 52.7%
G = 30.29%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE9252 (or 0xFE9252) is known color: Crusta. HEX triplet: FE, 92 and 52. RGB value is (254,146,82). Sum of RGB (Red+Green+Blue) = 254+146+82=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9252 is #016DAD. Grayscale: #ABABAB. Windows color (decimal): -93614 or 5411582. OLE color: 5411582.

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

Color convert

RGB 254 146 82 -
CMYK 0 0.43 0.68 0.00
HSL 22.33º 0.99% 0.66% -
HSV(B) 22.33º 0.68% 1% -
XYZ 52.67 42.24 13.36 -
YUV 171 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 254 146 82 0 0.43 0.68 0.00 22.33 0.99 0.66
Hex FE 92 52 0 2B 44 0 16 63 42
Octal 376 222 122 0 53 104 0 26 143 102
Binary 11111110 10010010 1010010 0 101011 1000100 0 10110 1100011 1000010

Color Harmonies of #FE9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9252

Black with #FE9252

Text Example


Text Example

White with #FE9252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9252; }

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

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

background-color css

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

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

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

border-color css

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

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

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