Html Css Color HEX #FFB65A Texas Rose

📋 copy color: '#FFB65A'

red 255 ◦ green 182 ◦ blue 90

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

Shades of Texas Rose #FFB65A

Tints of Texas Rose #FFB65A

RGB

 RED value IS 255 (100% from 255) = 48.39%

 GREEN value IS 182 (71.48% from 255) = 34.54%

 BLUE value IS 90 (35.55% from 255) = 17.08%

R = 48.39%
G = 34.54%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFB65A (or 0xFFB65A) is known color: Texas Rose. HEX triplet: FF, B6 and 5A. RGB value is (255,182,90). Sum of RGB (Red+Green+Blue) = 255+182+90=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB65A is #0049A5. Grayscale: #C1C1C1. Windows color (decimal): -18854 or 5945087. OLE color: 5945087.

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

Color convert

RGB 255 182 90 -
CMYK 0 0.29 0.65 0
HSL 33.45º 1% 0.68% -
HSV(B) 33.45º 0.65% 1% -
XYZ 59.81 55.45 17.22 -
YUV 193.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 255 182 90 0 0.29 0.65 0 33.45 1 0.68
Hex FF B6 5A 0 1D 41 0 21 64 44
Octal 377 266 132 0 35 101 0 41 144 104
Binary 11111111 10110110 1011010 0 11101 1000001 0 100001 1100100 1000100

Color Harmonies of #FFB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB65A

Black with #FFB65A

Text Example


Text Example

White with #FFB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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