Html Css Color HEX #FCBA5E Texas Rose

📋 copy color: '#FCBA5E'

red 252 ◦ green 186 ◦ blue 94

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

Shades of Texas Rose #FCBA5E

Tints of Texas Rose #FCBA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 47.37%
G = 34.96%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCBA5E (or 0xFCBA5E) is known color: Texas Rose. HEX triplet: FC, BA and 5E. RGB value is (252,186,94). Sum of RGB (Red+Green+Blue) = 252+186+94=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA5E is #0345A1. Grayscale: #C3C3C3. Windows color (decimal): -214434 or 6208252. OLE color: 6208252.

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

Color convert

RGB 252 186 94 -
CMYK 0 0.26 0.63 0.01
HSL 34.94º 0.96% 0.68% -
HSV(B) 34.94º 0.63% 0.99% -
XYZ 59.72 56.62 18.37 -
YUV 195.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 252 186 94 0 0.26 0.63 0.01 34.94 0.96 0.68
Hex FC BA 5E 0 1A 3F 1 23 60 44
Octal 374 272 136 0 32 77 1 43 140 104
Binary 11111100 10111010 1011110 0 11010 111111 1 100011 1100000 1000100

Color Harmonies of #FCBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA5E

Black with #FCBA5E

Text Example


Text Example

White with #FCBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA5E; }

 p { color: rgb(252,186,94); }

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

background-color css

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

 a { background-color: rgb(252,186,94); }

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

border-color css

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

 span { border-color: rgb(252,186,94); }

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