#FFB65B

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

Shades of Texas Rose #FFB65B

Tints of Texas Rose #FFB65B

Color information

#FFB65B (or 0xFFB65B) is unknown color: approx Texas Rose. HEX triplet: FF, B6 and 5B. RGB value is (255,182,91). Sum of RGB (Red+Green+Blue) = 255+182+91=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB65B is #0049A4. Grayscale: #C1C1C1. Windows color (decimal): -18853 or 6010623. OLE color: 6010623.

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

Color convert

RGB25518291-
CMYK00.290.640
HSL33.29º100%67.84%-
HSV(B)33.29º64.31%100%-
XYZ59.8655.4717.45-
YUV193.4570.18171.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 91 (35.94% from 255) = 17.23%
R=48.30%
G=34.47%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551829100.290.64033.2910067.84
HexFFB65B01D400216444
Octal377266133035100041144104
Binary111111111011011010110110111011000000010000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB65B; }

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

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

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

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

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

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

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

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