Html Css Color HEX #FAA851 Texas Rose

📋 copy color: '#FAA851'

red 250 ◦ green 168 ◦ blue 81

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

Shades of Texas Rose #FAA851

Tints of Texas Rose #FAA851

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

 BLUE value IS 81 (32.03% from 255) = 16.23%

R = 50.1%
G = 33.67%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAA851 (or 0xFAA851) is known color: Texas Rose. HEX triplet: FA, A8 and 51. RGB value is (250,168,81). Sum of RGB (Red+Green+Blue) = 250+168+81=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA851 is #0557AE. Grayscale: #B7B7B7. Windows color (decimal): -350127 or 5351674. OLE color: 5351674.

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

Color convert

RGB 250 168 81 -
CMYK 0 0.33 0.68 0.02
HSL 30.89º 0.94% 0.65% -
HSV(B) 30.89º 0.68% 0.98% -
XYZ 54.91 48.92 14.33 -
YUV 182.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 250 168 81 0 0.33 0.68 0.02 30.89 0.94 0.65
Hex FA A8 51 0 21 44 2 1F 5E 41
Octal 372 250 121 0 41 104 2 37 136 101
Binary 11111010 10101000 1010001 0 100001 1000100 10 11111 1011110 1000001

Color Harmonies of #FAA851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA851

Black with #FAA851

Text Example


Text Example

White with #FAA851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA851; }

 p { color: rgb(250,168,81); }

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

background-color css

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

 a { background-color: rgb(250,168,81); }

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

border-color css

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

 span { border-color: rgb(250,168,81); }

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