Html Css Color HEX #FAA756 Texas Rose

📋 copy color: '#FAA756'

red 250 ◦ green 167 ◦ blue 86

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

Shades of Texas Rose #FAA756

Tints of Texas Rose #FAA756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.2%

 BLUE value IS 86 (33.98% from 255) = 17.1%

R = 49.7%
G = 33.2%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAA756 (or 0xFAA756) is known color: Texas Rose. HEX triplet: FA, A7 and 56. RGB value is (250,167,86). Sum of RGB (Red+Green+Blue) = 250+167+86=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA756 is #0558A9. Grayscale: #B6B6B6. Windows color (decimal): -350378 or 5679098. OLE color: 5679098.

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

Color convert

RGB 250 167 86 -
CMYK 0 0.33 0.66 0.02
HSL 29.63º 0.94% 0.66% -
HSV(B) 29.63º 0.66% 0.98% -
XYZ 54.92 48.63 15.3 -
YUV 182.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 250 167 86 0 0.33 0.66 0.02 29.63 0.94 0.66
Hex FA A7 56 0 21 42 2 1E 5E 42
Octal 372 247 126 0 41 102 2 36 136 102
Binary 11111010 10100111 1010110 0 100001 1000010 10 11110 1011110 1000010

Color Harmonies of #FAA756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA756

Black with #FAA756

Text Example


Text Example

White with #FAA756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA756; }

 p { color: rgb(250,167,86); }

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

background-color css

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

 a { background-color: rgb(250,167,86); }

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

border-color css

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

 span { border-color: rgb(250,167,86); }

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