Html Css Color HEX #FAA953 Texas Rose

📋 copy color: '#FAA953'

red 250 ◦ green 169 ◦ blue 83

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

Shades of Texas Rose #FAA953

Tints of Texas Rose #FAA953

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.67%

 BLUE value IS 83 (32.81% from 255) = 16.53%

R = 49.8%
G = 33.67%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAA953 (or 0xFAA953) is known color: Texas Rose. HEX triplet: FA, A9 and 53. RGB value is (250,169,83). Sum of RGB (Red+Green+Blue) = 250+169+83=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA953 is #0556AC. Grayscale: #B7B7B7. Windows color (decimal): -349869 or 5483002. OLE color: 5483002.

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

Color convert

RGB 250 169 83 -
CMYK 0 0.32 0.67 0.02
HSL 30.9º 0.94% 0.65% -
HSV(B) 30.9º 0.67% 0.98% -
XYZ 55.17 49.32 14.8 -
YUV 183.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 250 169 83 0 0.32 0.67 0.02 30.9 0.94 0.65
Hex FA A9 53 0 20 43 2 1F 5E 41
Octal 372 251 123 0 40 103 2 37 136 101
Binary 11111010 10101001 1010011 0 100000 1000011 10 11111 1011110 1000001

Color Harmonies of #FAA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA953

Black with #FAA953

Text Example


Text Example

White with #FAA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA953; }

 p { color: rgb(250,169,83); }

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

background-color css

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

 a { background-color: rgb(250,169,83); }

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

border-color css

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

 span { border-color: rgb(250,169,83); }

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