Html Css Color HEX #FAA653 Texas Rose

📋 copy color: '#FAA653'

red 250 ◦ green 166 ◦ blue 83

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

Shades of Texas Rose #FAA653

Tints of Texas Rose #FAA653

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.27%

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

R = 50.1%
G = 33.27%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAA653 (or 0xFAA653) is known color: Texas Rose. HEX triplet: FA, A6 and 53. RGB value is (250,166,83). Sum of RGB (Red+Green+Blue) = 250+166+83=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA653 is #0559AC. Grayscale: #B6B6B6. Windows color (decimal): -350637 or 5482234. OLE color: 5482234.

HSL color Cylindrical-coordinate representation of color #FAA653: hue angle of 29.82º 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 #FAA653 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 83 -
CMYK 0 0.34 0.67 0.02
HSL 29.82º 0.94% 0.65% -
HSV(B) 29.82º 0.67% 0.98% -
XYZ 54.62 48.22 14.61 -
YUV 181.65 72.33 176.75 -
System Red Green Blue C M Y K H S L
Decimal 250 166 83 0 0.34 0.67 0.02 29.82 0.94 0.65
Hex FA A6 53 0 22 43 2 1E 5E 41
Octal 372 246 123 0 42 103 2 36 136 101
Binary 11111010 10100110 1010011 0 100010 1000011 10 11110 1011110 1000001

Color Harmonies of #FAA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA653

Black with #FAA653

Text Example


Text Example

White with #FAA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA653; }

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

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

background-color css

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

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

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

border-color css

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

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

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