Html Css Color HEX #FAB254 Texas Rose

📋 copy color: '#FAB254'

red 250 ◦ green 178 ◦ blue 84

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

Shades of Texas Rose #FAB254

Tints of Texas Rose #FAB254

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 48.83%
G = 34.77%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAB254 (or 0xFAB254) is known color: Texas Rose. HEX triplet: FA, B2 and 54. RGB value is (250,178,84). Sum of RGB (Red+Green+Blue) = 250+178+84=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB254 is #054DAB. Grayscale: #BDBDBD. Windows color (decimal): -347564 or 5550842. OLE color: 5550842.

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

Color convert

RGB 250 178 84 -
CMYK 0 0.29 0.66 0.02
HSL 33.98º 0.94% 0.65% -
HSV(B) 33.98º 0.66% 0.98% -
XYZ 56.94 52.8 15.58 -
YUV 188.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 250 178 84 0 0.29 0.66 0.02 33.98 0.94 0.65
Hex FA B2 54 0 1D 42 2 22 5E 41
Octal 372 262 124 0 35 102 2 42 136 101
Binary 11111010 10110010 1010100 0 11101 1000010 10 100010 1011110 1000001

Color Harmonies of #FAB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB254

Black with #FAB254

Text Example


Text Example

White with #FAB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB254; }

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

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

background-color css

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

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

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

border-color css

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

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

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