Html Css Color HEX #FAB458 Texas Rose

📋 copy color: '#FAB458'

red 250 ◦ green 180 ◦ blue 88

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

Shades of Texas Rose #FAB458

Tints of Texas Rose #FAB458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

 BLUE value IS 88 (34.77% from 255) = 16.99%

R = 48.26%
G = 34.75%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAB458 (or 0xFAB458) is known color: Texas Rose. HEX triplet: FA, B4 and 58. RGB value is (250,180,88). Sum of RGB (Red+Green+Blue) = 250+180+88=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB458 is #054BA7. Grayscale: #BEBEBE. Windows color (decimal): -347048 or 5813498. OLE color: 5813498.

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

Color convert

RGB 250 180 88 -
CMYK 0 0.28 0.65 0.02
HSL 34.07º 0.94% 0.66% -
HSV(B) 34.07º 0.65% 0.98% -
XYZ 57.51 53.67 16.56 -
YUV 190.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 250 180 88 0 0.28 0.65 0.02 34.07 0.94 0.66
Hex FA B4 58 0 1C 41 2 22 5E 42
Octal 372 264 130 0 34 101 2 42 136 102
Binary 11111010 10110100 1011000 0 11100 1000001 10 100010 1011110 1000010

Color Harmonies of #FAB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB458

Black with #FAB458

Text Example


Text Example

White with #FAB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB458; }

 p { color: rgb(250,180,88); }

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

background-color css

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

 a { background-color: rgb(250,180,88); }

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

border-color css

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

 span { border-color: rgb(250,180,88); }

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