Html Css Color HEX #FCB459 Texas Rose

📋 copy color: '#FCB459'

red 252 ◦ green 180 ◦ blue 89

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

Shades of Texas Rose #FCB459

Tints of Texas Rose #FCB459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

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

R = 48.37%
G = 34.55%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCB459 (or 0xFCB459) is known color: Texas Rose. HEX triplet: FC, B4 and 59. RGB value is (252,180,89). Sum of RGB (Red+Green+Blue) = 252+180+89=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB459 is #034BA6. Grayscale: #BFBFBF. Windows color (decimal): -215975 or 5879036. OLE color: 5879036.

HSL color Cylindrical-coordinate representation of color #FCB459: hue angle of 33.5º 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 #FCB459 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 180 89 -
CMYK 0 0.29 0.65 0.01
HSL 33.5º 0.96% 0.67% -
HSV(B) 33.5º 0.65% 0.99% -
XYZ 58.27 54.06 16.81 -
YUV 191.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 252 180 89 0 0.29 0.65 0.01 33.5 0.96 0.67
Hex FC B4 59 0 1D 41 1 21 60 43
Octal 374 264 131 0 35 101 1 41 140 103
Binary 11111100 10110100 1011001 0 11101 1000001 1 100001 1100000 1000011

Color Harmonies of #FCB459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB459

Black with #FCB459

Text Example


Text Example

White with #FCB459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB459; }

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

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

background-color css

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

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

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

border-color css

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

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

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