Html Css Color HEX #FC9250 Sunshade

📋 copy color: '#FC9250'

red 252 ◦ green 146 ◦ blue 80

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

Shades of Sunshade #FC9250

Tints of Sunshade #FC9250

RGB

 RED value IS 252 (98.83% from 255) = 52.72%

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

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 52.72%
G = 30.54%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC9250 (or 0xFC9250) is known color: Sunshade. HEX triplet: FC, 92 and 50. RGB value is (252,146,80). Sum of RGB (Red+Green+Blue) = 252+146+80=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9250 is #036DAF. Grayscale: #AAAAAA. Windows color (decimal): -224688 or 5280508. OLE color: 5280508.

HSL color Cylindrical-coordinate representation of color #FC9250: hue angle of 23.02º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC9250 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 146 80 -
CMYK 0 0.42 0.68 0.01
HSL 23.02º 0.97% 0.65% -
HSV(B) 23.02º 0.68% 0.99% -
XYZ 51.87 41.83 12.93 -
YUV 170.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 252 146 80 0 0.42 0.68 0.01 23.02 0.97 0.65
Hex FC 92 50 0 2A 44 1 17 61 41
Octal 374 222 120 0 52 104 1 27 141 101
Binary 11111100 10010010 1010000 0 101010 1000100 1 10111 1100001 1000001

Color Harmonies of #FC9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9250

Black with #FC9250

Text Example


Text Example

White with #FC9250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9250; }

 p { color: rgb(252,146,80); }

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

background-color css

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

 a { background-color: rgb(252,146,80); }

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

border-color css

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

 span { border-color: rgb(252,146,80); }

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