Html Css Color HEX #FAB259 Texas Rose

📋 copy color: '#FAB259'

red 250 ◦ green 178 ◦ blue 89

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

Shades of Texas Rose #FAB259

Tints of Texas Rose #FAB259

RGB

 RED value IS 250 (98.05% from 255) = 48.36%

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 89 (35.16% from 255) = 17.21%

R = 48.36%
G = 34.43%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAB259 (or 0xFAB259) is known color: Texas Rose. HEX triplet: FA, B2 and 59. RGB value is (250,178,89). Sum of RGB (Red+Green+Blue) = 250+178+89=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB259 is #054DA6. Grayscale: #BDBDBD. Windows color (decimal): -347559 or 5878522. OLE color: 5878522.

HSL color Cylindrical-coordinate representation of color #FAB259: hue angle of 33.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAB259 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 89 -
CMYK 0 0.29 0.64 0.02
HSL 33.17º 0.94% 0.66% -
HSV(B) 33.17º 0.64% 0.98% -
XYZ 57.15 52.89 16.65 -
YUV 189.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 250 178 89 0 0.29 0.64 0.02 33.17 0.94 0.66
Hex FA B2 59 0 1D 40 2 21 5E 42
Octal 372 262 131 0 35 100 2 41 136 102
Binary 11111010 10110010 1011001 0 11101 1000000 10 100001 1011110 1000010

Color Harmonies of #FAB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB259

Black with #FAB259

Text Example


Text Example

White with #FAB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB259; }

 p { color: rgb(250,178,89); }

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

background-color css

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

 a { background-color: rgb(250,178,89); }

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

border-color css

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

 span { border-color: rgb(250,178,89); }

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