Html Css Color HEX #FFB35B Texas Rose

📋 copy color: '#FFB35B'

red 255 ◦ green 179 ◦ blue 91

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

Shades of Texas Rose #FFB35B

Tints of Texas Rose #FFB35B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.1%

 BLUE value IS 91 (35.94% from 255) = 17.33%

R = 48.57%
G = 34.1%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFB35B (or 0xFFB35B) is known color: Texas Rose. HEX triplet: FF, B3 and 5B. RGB value is (255,179,91). Sum of RGB (Red+Green+Blue) = 255+179+91=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB35B is #004CA4. Grayscale: #C0C0C0. Windows color (decimal): -19621 or 6009855. OLE color: 6009855.

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

Color convert

RGB 255 179 91 -
CMYK 0 0.30 0.64 0
HSL 32.2º 1% 0.68% -
HSV(B) 32.2º 0.64% 1% -
XYZ 59.25 54.26 17.25 -
YUV 191.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 255 179 91 0 0.30 0.64 0 32.2 1 0.68
Hex FF B3 5B 0 1E 40 0 20 64 44
Octal 377 263 133 0 36 100 0 40 144 104
Binary 11111111 10110011 1011011 0 11110 1000000 0 100000 1100100 1000100

Color Harmonies of #FFB35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB35B

Black with #FFB35B

Text Example


Text Example

White with #FFB35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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