Html Css Color HEX #F9AF50 Texas Rose

📋 copy color: '#F9AF50'

red 249 ◦ green 175 ◦ blue 80

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

Shades of Texas Rose #F9AF50

Tints of Texas Rose #F9AF50

RGB

 RED value IS 249 (97.66% from 255) = 49.4%

 GREEN value IS 175 (68.75% from 255) = 34.72%

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

R = 49.4%
G = 34.72%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F9AF50 (or 0xF9AF50) is known color: Texas Rose. HEX triplet: F9, AF and 50. RGB value is (249,175,80). Sum of RGB (Red+Green+Blue) = 249+175+80=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF50 is #0650AF. Grayscale: #BABABA. Windows color (decimal): -413872 or 5287929. OLE color: 5287929.

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

Color convert

RGB 249 175 80 -
CMYK 0 0.30 0.68 0.02
HSL 33.73º 0.93% 0.65% -
HSV(B) 33.73º 0.68% 0.98% -
XYZ 55.84 51.38 14.56 -
YUV 186.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 249 175 80 0 0.30 0.68 0.02 33.73 0.93 0.65
Hex F9 AF 50 0 1E 44 2 22 5D 41
Octal 371 257 120 0 36 104 2 42 135 101
Binary 11111001 10101111 1010000 0 11110 1000100 10 100010 1011101 1000001

Color Harmonies of #F9AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF50

Black with #F9AF50

Text Example


Text Example

White with #F9AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF50; }

 p { color: rgb(249,175,80); }

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

background-color css

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

 a { background-color: rgb(249,175,80); }

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

border-color css

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

 span { border-color: rgb(249,175,80); }

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