Html Css Color HEX #FAB355 Texas Rose

📋 copy color: '#FAB355'

red 250 ◦ green 179 ◦ blue 85

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

Shades of Texas Rose #FAB355

Tints of Texas Rose #FAB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.82%

 BLUE value IS 85 (33.59% from 255) = 16.54%

R = 48.64%
G = 34.82%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAB355 (or 0xFAB355) is known color: Texas Rose. HEX triplet: FA, B3 and 55. RGB value is (250,179,85). Sum of RGB (Red+Green+Blue) = 250+179+85=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB355 is #054CAA. Grayscale: #BDBDBD. Windows color (decimal): -347307 or 5616634. OLE color: 5616634.

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

Color convert

RGB 250 179 85 -
CMYK 0 0.28 0.66 0.02
HSL 34.18º 0.94% 0.66% -
HSV(B) 34.18º 0.66% 0.98% -
XYZ 57.18 53.22 15.85 -
YUV 189.51 69.02 171.14 -
System Red Green Blue C M Y K H S L
Decimal 250 179 85 0 0.28 0.66 0.02 34.18 0.94 0.66
Hex FA B3 55 0 1C 42 2 22 5E 42
Octal 372 263 125 0 34 102 2 42 136 102
Binary 11111010 10110011 1010101 0 11100 1000010 10 100010 1011110 1000010

Color Harmonies of #FAB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB355

Black with #FAB355

Text Example


Text Example

White with #FAB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB355; }

 p { color: rgb(250,179,85); }

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

background-color css

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

 a { background-color: rgb(250,179,85); }

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

border-color css

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

 span { border-color: rgb(250,179,85); }

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