Html Css Color HEX #FAA852 Texas Rose

📋 copy color: '#FAA852'

red 250 ◦ green 168 ◦ blue 82

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

Shades of Texas Rose #FAA852

Tints of Texas Rose #FAA852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.4%

R = 50%
G = 33.6%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAA852 (or 0xFAA852) is known color: Texas Rose. HEX triplet: FA, A8 and 52. RGB value is (250,168,82). Sum of RGB (Red+Green+Blue) = 250+168+82=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA852 is #0557AD. Grayscale: #B7B7B7. Windows color (decimal): -350126 or 5417210. OLE color: 5417210.

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

Color convert

RGB 250 168 82 -
CMYK 0 0.33 0.67 0.02
HSL 30.71º 0.94% 0.65% -
HSV(B) 30.71º 0.67% 0.98% -
XYZ 54.95 48.94 14.53 -
YUV 182.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 250 168 82 0 0.33 0.67 0.02 30.71 0.94 0.65
Hex FA A8 52 0 21 43 2 1F 5E 41
Octal 372 250 122 0 41 103 2 37 136 101
Binary 11111010 10101000 1010010 0 100001 1000011 10 11111 1011110 1000001

Color Harmonies of #FAA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA852

Black with #FAA852

Text Example


Text Example

White with #FAA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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