#FFB75B

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

Shades of Texas Rose #FFB75B

Tints of Texas Rose #FFB75B

Color information

#FFB75B (or 0xFFB75B) is unknown color: approx Texas Rose. HEX triplet: FF, B7 and 5B. RGB value is (255,183,91). Sum of RGB (Red+Green+Blue) = 255+183+91=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB75B is #0048A4. Grayscale: #C2C2C2. Windows color (decimal): -18597 or 6010879. OLE color: 6010879.

HSL color Cylindrical-coordinate representation of color #FFB75B: hue angle of 33.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFB75B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25518391-
CMYK00.280.640
HSL33.66º100%67.84%-
HSV(B)33.66º64.31%100%-
XYZ60.0655.8817.52-
YUV194.0469.85171.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 91 (35.94% from 255) = 17.20%
R=48.20%
G=34.59%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551839100.280.64033.6610067.84
HexFFB75B01C400226444
Octal377267133034100042144104
Binary111111111011011110110110111001000000010001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB75B; }

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

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

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

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

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

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

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

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