Html Css Color HEX #F8AC50 Texas Rose

📋 copy color: '#F8AC50'

red 248 ◦ green 172 ◦ blue 80

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

Shades of Texas Rose #F8AC50

Tints of Texas Rose #F8AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 49.6%
G = 34.4%
B = 16%

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

#F8AC50 (or 0xF8AC50) is known color: Texas Rose. HEX triplet: F8, AC and 50. RGB value is (248,172,80). Sum of RGB (Red+Green+Blue) = 248+172+80=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AC50 is #0753AF. Grayscale: #B8B8B8. Windows color (decimal): -480176 or 5287160. OLE color: 5287160.

HSL color Cylindrical-coordinate representation of color #F8AC50: hue angle of 32.86º 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 #F8AC50 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 80 -
CMYK 0 0.31 0.68 0.03
HSL 32.86º 0.92% 0.64% -
HSV(B) 32.86º 0.68% 0.97% -
XYZ 54.91 50.04 14.35 -
YUV 184.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 248 172 80 0 0.31 0.68 0.03 32.86 0.92 0.64
Hex F8 AC 50 0 1F 44 3 21 5C 40
Octal 370 254 120 0 37 104 3 41 134 100
Binary 11111000 10101100 1010000 0 11111 1000100 11 100001 1011100 1000000

Color Harmonies of #F8AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AC50

Black with #F8AC50

Text Example


Text Example

White with #F8AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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