Html Css Color HEX #FAB054 Texas Rose

📋 copy color: '#FAB054'

red 250 ◦ green 176 ◦ blue 84

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

Shades of Texas Rose #FAB054

Tints of Texas Rose #FAB054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

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

R = 49.02%
G = 34.51%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAB054 (or 0xFAB054) is known color: Texas Rose. HEX triplet: FA, B0 and 54. RGB value is (250,176,84). Sum of RGB (Red+Green+Blue) = 250+176+84=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB054 is #054FAB. Grayscale: #BCBCBC. Windows color (decimal): -348076 or 5550330. OLE color: 5550330.

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

Color convert

RGB 250 176 84 -
CMYK 0 0.30 0.66 0.02
HSL 33.25º 0.94% 0.65% -
HSV(B) 33.25º 0.66% 0.98% -
XYZ 56.55 52.01 15.45 -
YUV 187.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 250 176 84 0 0.30 0.66 0.02 33.25 0.94 0.65
Hex FA B0 54 0 1E 42 2 21 5E 41
Octal 372 260 124 0 36 102 2 41 136 101
Binary 11111010 10110000 1010100 0 11110 1000010 10 100001 1011110 1000001

Color Harmonies of #FAB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB054

Black with #FAB054

Text Example


Text Example

White with #FAB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB054; }

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

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

background-color css

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

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

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

border-color css

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

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

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