Html Css Color HEX #F8A950 Texas Rose

📋 copy color: '#F8A950'

red 248 ◦ green 169 ◦ blue 80

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

Shades of Texas Rose #F8A950

Tints of Texas Rose #F8A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

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

R = 49.9%
G = 34%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8A950 (or 0xF8A950) is known color: Texas Rose. HEX triplet: F8, A9 and 50. RGB value is (248,169,80). Sum of RGB (Red+Green+Blue) = 248+169+80=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A950 is #0756AF. Grayscale: #B6B6B6. Windows color (decimal): -480944 or 5286392. OLE color: 5286392.

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

Color convert

RGB 248 169 80 -
CMYK 0 0.32 0.68 0.03
HSL 31.79º 0.92% 0.64% -
HSV(B) 31.79º 0.68% 0.97% -
XYZ 54.35 48.91 14.17 -
YUV 182.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 248 169 80 0 0.32 0.68 0.03 31.79 0.92 0.64
Hex F8 A9 50 0 20 44 3 20 5C 40
Octal 370 251 120 0 40 104 3 40 134 100
Binary 11111000 10101001 1010000 0 100000 1000100 11 100000 1011100 1000000

Color Harmonies of #F8A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A950

Black with #F8A950

Text Example


Text Example

White with #F8A950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A950; }

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

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

background-color css

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

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

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

border-color css

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

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

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