Html Css Color HEX #FAA758 Texas Rose

📋 copy color: '#FAA758'

red 250 ◦ green 167 ◦ blue 88

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

Shades of Texas Rose #FAA758

Tints of Texas Rose #FAA758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.43%

R = 49.5%
G = 33.07%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAA758 (or 0xFAA758) is known color: Texas Rose. HEX triplet: FA, A7 and 58. RGB value is (250,167,88). Sum of RGB (Red+Green+Blue) = 250+167+88=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA758 is #0558A7. Grayscale: #B7B7B7. Windows color (decimal): -350376 or 5810170. OLE color: 5810170.

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

Color convert

RGB 250 167 88 -
CMYK 0 0.33 0.65 0.02
HSL 29.26º 0.94% 0.66% -
HSV(B) 29.26º 0.65% 0.98% -
XYZ 55 48.67 15.73 -
YUV 182.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 250 167 88 0 0.33 0.65 0.02 29.26 0.94 0.66
Hex FA A7 58 0 21 41 2 1D 5E 42
Octal 372 247 130 0 41 101 2 35 136 102
Binary 11111010 10100111 1011000 0 100001 1000001 10 11101 1011110 1000010

Color Harmonies of #FAA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA758

Black with #FAA758

Text Example


Text Example

White with #FAA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA758; }

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

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

background-color css

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

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

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

border-color css

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

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

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