Html Css Color HEX #FCB95D Texas Rose

📋 copy color: '#FCB95D'

red 252 ◦ green 185 ◦ blue 93

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

Shades of Texas Rose #FCB95D

Tints of Texas Rose #FCB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 47.55%
G = 34.91%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCB95D (or 0xFCB95D) is known color: Texas Rose. HEX triplet: FC, B9 and 5D. RGB value is (252,185,93). Sum of RGB (Red+Green+Blue) = 252+185+93=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB95D is #0346A2. Grayscale: #C2C2C2. Windows color (decimal): -214691 or 6142460. OLE color: 6142460.

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

Color convert

RGB 252 185 93 -
CMYK 0 0.27 0.63 0.01
HSL 34.72º 0.96% 0.68% -
HSV(B) 34.72º 0.63% 0.99% -
XYZ 59.47 56.18 18.07 -
YUV 194.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 252 185 93 0 0.27 0.63 0.01 34.72 0.96 0.68
Hex FC B9 5D 0 1B 3F 1 23 60 44
Octal 374 271 135 0 33 77 1 43 140 104
Binary 11111100 10111001 1011101 0 11011 111111 1 100011 1100000 1000100

Color Harmonies of #FCB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB95D

Black with #FCB95D

Text Example


Text Example

White with #FCB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB95D; }

 p { color: rgb(252,185,93); }

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

background-color css

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

 a { background-color: rgb(252,185,93); }

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

border-color css

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

 span { border-color: rgb(252,185,93); }

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