Html Css Color HEX #FCB559 Texas Rose

📋 copy color: '#FCB559'

red 252 ◦ green 181 ◦ blue 89

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

Shades of Texas Rose #FCB559

Tints of Texas Rose #FCB559

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

 BLUE value IS 89 (35.16% from 255) = 17.05%

R = 48.28%
G = 34.67%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCB559 (or 0xFCB559) is known color: Texas Rose. HEX triplet: FC, B5 and 59. RGB value is (252,181,89). Sum of RGB (Red+Green+Blue) = 252+181+89=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB559 is #034AA6. Grayscale: #C0C0C0. Windows color (decimal): -215719 or 5879292. OLE color: 5879292.

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

Color convert

RGB 252 181 89 -
CMYK 0 0.28 0.65 0.01
HSL 33.87º 0.96% 0.67% -
HSV(B) 33.87º 0.65% 0.99% -
XYZ 58.47 54.46 16.88 -
YUV 191.74 70.02 170.98 -
System Red Green Blue C M Y K H S L
Decimal 252 181 89 0 0.28 0.65 0.01 33.87 0.96 0.67
Hex FC B5 59 0 1C 41 1 22 60 43
Octal 374 265 131 0 34 101 1 42 140 103
Binary 11111100 10110101 1011001 0 11100 1000001 1 100010 1100000 1000011

Color Harmonies of #FCB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB559

Black with #FCB559

Text Example


Text Example

White with #FCB559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB559; }

 p { color: rgb(252,181,89); }

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

background-color css

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

 a { background-color: rgb(252,181,89); }

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

border-color css

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

 span { border-color: rgb(252,181,89); }

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