#FCB85B

Color #FCB85B Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #FCB85B

Tints of Texas Rose #FCB85B

Color information

#FCB85B (or 0xFCB85B) is unknown color: approx Texas Rose. HEX triplet: FC, B8 and 5B. RGB value is (252,184,91). Sum of RGB (Red+Green+Blue) = 252+184+91=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB85B is #0347A4. Grayscale: #C2C2C2. Windows color (decimal): -214949 or 6011132. OLE color: 6011132.

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

Color convert

RGB25218491-
CMYK00.270.640.01
HSL34.66º96.41%67.25%-
HSV(B)34.66º63.89%98.82%-
XYZ59.1755.7317.54-
YUV193.7370.03169.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.82%
GREEN value IS 184 (72.27% from 255) = 34.91%
BLUE value IS 91 (35.94% from 255) = 17.27%
R=47.82%
G=34.91%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521849100.270.640.0134.6696.4167.25
HexFCB85B01B401236043
Octal374270133033100143140103
Binary111111001011100010110110110111000000110001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB85B; }

 p { color: rgb(252,184,91); }

 H1.HeaderClassName
 {
   color: #FCB85B;
 }
 .AnyTagClassName
 {
   color: #FCB85B;
 }
</style>
background-color css

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

 a { background-color: rgb(252,184,91); }

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

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

 span { border-color: rgb(252,184,91); }

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