Html Css Color HEX #F8AB50 Texas Rose

📋 copy color: '#F8AB50'

red 248 ◦ green 171 ◦ blue 80

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

Shades of Texas Rose #F8AB50

Tints of Texas Rose #F8AB50

RGB

 RED value IS 248 (97.27% from 255) = 49.7%

 GREEN value IS 171 (67.19% from 255) = 34.27%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 49.7%
G = 34.27%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8AB50 (or 0xF8AB50) is known color: Texas Rose. HEX triplet: F8, AB and 50. RGB value is (248,171,80). Sum of RGB (Red+Green+Blue) = 248+171+80=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AB50 is #0754AF. Grayscale: #B8B8B8. Windows color (decimal): -480432 or 5286904. OLE color: 5286904.

HSL color Cylindrical-coordinate representation of color #F8AB50: hue angle of 32.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8AB50 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 171 80 -
CMYK 0 0.31 0.68 0.03
HSL 32.5º 0.92% 0.64% -
HSV(B) 32.5º 0.68% 0.97% -
XYZ 54.72 49.66 14.29 -
YUV 183.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 248 171 80 0 0.31 0.68 0.03 32.5 0.92 0.64
Hex F8 AB 50 0 1F 44 3 20 5C 40
Octal 370 253 120 0 37 104 3 40 134 100
Binary 11111000 10101011 1010000 0 11111 1000100 11 100000 1011100 1000000

Color Harmonies of #F8AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AB50

Black with #F8AB50

Text Example


Text Example

White with #F8AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AB50; }

 p { color: rgb(248,171,80); }

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

background-color css

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

 a { background-color: rgb(248,171,80); }

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

border-color css

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

 span { border-color: rgb(248,171,80); }

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