Html Css Color HEX #FCB356 Texas Rose

📋 copy color: '#FCB356'

red 252 ◦ green 179 ◦ blue 86

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

Shades of Texas Rose #FCB356

Tints of Texas Rose #FCB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.62%

 BLUE value IS 86 (33.98% from 255) = 16.63%

R = 48.74%
G = 34.62%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCB356 (or 0xFCB356) is known color: Texas Rose. HEX triplet: FC, B3 and 56. RGB value is (252,179,86). Sum of RGB (Red+Green+Blue) = 252+179+86=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB356 is #034CA9. Grayscale: #BEBEBE. Windows color (decimal): -216234 or 5682172. OLE color: 5682172.

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

Color convert

RGB 252 179 86 -
CMYK 0 0.29 0.66 0.01
HSL 33.61º 0.97% 0.66% -
HSV(B) 33.61º 0.66% 0.99% -
XYZ 57.94 53.61 16.1 -
YUV 190.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 252 179 86 0 0.29 0.66 0.01 33.61 0.97 0.66
Hex FC B3 56 0 1D 42 1 22 61 42
Octal 374 263 126 0 35 102 1 42 141 102
Binary 11111100 10110011 1010110 0 11101 1000010 1 100010 1100001 1000010

Color Harmonies of #FCB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB356

Black with #FCB356

Text Example


Text Example

White with #FCB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB356; }

 p { color: rgb(252,179,86); }

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

background-color css

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

 a { background-color: rgb(252,179,86); }

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

border-color css

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

 span { border-color: rgb(252,179,86); }

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