#FCB75B

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

Shades of Texas Rose #FCB75B

Tints of Texas Rose #FCB75B

Color information

#FCB75B (or 0xFCB75B) is unknown color: approx Texas Rose. HEX triplet: FC, B7 and 5B. RGB value is (252,183,91). Sum of RGB (Red+Green+Blue) = 252+183+91=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB75B is #0348A4. Grayscale: #C1C1C1. Windows color (decimal): -215205 or 6010876. OLE color: 6010876.

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

Color convert

RGB25218391-
CMYK00.270.640.01
HSL34.29º96.41%67.25%-
HSV(B)34.29º63.89%98.82%-
XYZ58.9755.3217.47-
YUV193.1470.36169.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 91 (35.94% from 255) = 17.30%
R=47.91%
G=34.79%
B=17.30%

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
Decimal2521839100.270.640.0134.2996.4167.25
HexFCB75B01B401226043
Octal374267133033100142140103
Binary111111001011011110110110110111000000110001011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB75B; }

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

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

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

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

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

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

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

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