Html Css Color HEX #FAAF54 Texas Rose

📋 copy color: '#FAAF54'

red 250 ◦ green 175 ◦ blue 84

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

Shades of Texas Rose #FAAF54

Tints of Texas Rose #FAAF54

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.38%

 BLUE value IS 84 (33.2% from 255) = 16.5%

R = 49.12%
G = 34.38%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAAF54 (or 0xFAAF54) is known color: Texas Rose. HEX triplet: FA, AF and 54. RGB value is (250,175,84). Sum of RGB (Red+Green+Blue) = 250+175+84=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF54 is #0550AB. Grayscale: #BBBBBB. Windows color (decimal): -348332 or 5550074. OLE color: 5550074.

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

Color convert

RGB 250 175 84 -
CMYK 0 0.3 0.66 0.02
HSL 32.89º 0.94% 0.65% -
HSV(B) 32.89º 0.66% 0.98% -
XYZ 56.35 51.62 15.38 -
YUV 187.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 250 175 84 0 0.3 0.66 0.02 32.89 0.94 0.65
Hex FA AF 54 0 1E 42 2 21 5E 41
Octal 372 257 124 0 36 102 2 41 136 101
Binary 11111010 10101111 1010100 0 11110 1000010 10 100001 1011110 1000001

Color Harmonies of #FAAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAF54

Black with #FAAF54

Text Example


Text Example

White with #FAAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAF54; }

 p { color: rgb(250,175,84); }

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

background-color css

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

 a { background-color: rgb(250,175,84); }

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

border-color css

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

 span { border-color: rgb(250,175,84); }

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