Html Css Color HEX #F9AD4F Texas Rose

📋 copy color: '#F9AD4F'

red 249 ◦ green 173 ◦ blue 79

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

Shades of Texas Rose #F9AD4F

Tints of Texas Rose #F9AD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 79 (31.25% from 255) = 15.77%

R = 49.7%
G = 34.53%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F9AD4F (or 0xF9AD4F) is known color: Texas Rose. HEX triplet: F9, AD and 4F. RGB value is (249,173,79). Sum of RGB (Red+Green+Blue) = 249+173+79=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD4F is #0652B0. Grayscale: #B9B9B9. Windows color (decimal): -414385 or 5221881. OLE color: 5221881.

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

Color convert

RGB 249 173 79 -
CMYK 0 0.31 0.68 0.02
HSL 33.18º 0.93% 0.64% -
HSV(B) 33.18º 0.68% 0.98% -
XYZ 55.42 50.59 14.24 -
YUV 185.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 249 173 79 0 0.31 0.68 0.02 33.18 0.93 0.64
Hex F9 AD 4F 0 1F 44 2 21 5D 40
Octal 371 255 117 0 37 104 2 41 135 100
Binary 11111001 10101101 1001111 0 11111 1000100 10 100001 1011101 1000000

Color Harmonies of #F9AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AD4F

Black with #F9AD4F

Text Example


Text Example

White with #F9AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AD4F; }

 p { color: rgb(249,173,79); }

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

background-color css

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

 a { background-color: rgb(249,173,79); }

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

border-color css

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

 span { border-color: rgb(249,173,79); }

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