Html Css Color HEX #F9B85F Texas Rose

📋 copy color: '#F9B85F'

red 249 ◦ green 184 ◦ blue 95

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

Shades of Texas Rose #F9B85F

Tints of Texas Rose #F9B85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.85%

 BLUE value IS 95 (37.5% from 255) = 17.99%

R = 47.16%
G = 34.85%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9B85F (or 0xF9B85F) is known color: Texas Rose. HEX triplet: F9, B8 and 5F. RGB value is (249,184,95). Sum of RGB (Red+Green+Blue) = 249+184+95=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B85F is #0647A0. Grayscale: #C1C1C1. Windows color (decimal): -411553 or 6273273. OLE color: 6273273.

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

Color convert

RGB 249 184 95 -
CMYK 0 0.26 0.62 0.02
HSL 34.68º 0.93% 0.67% -
HSV(B) 34.68º 0.62% 0.98% -
XYZ 58.27 55.25 18.42 -
YUV 193.29 72.53 167.74 -
System Red Green Blue C M Y K H S L
Decimal 249 184 95 0 0.26 0.62 0.02 34.68 0.93 0.67
Hex F9 B8 5F 0 1A 3E 2 23 5D 43
Octal 371 270 137 0 32 76 2 43 135 103
Binary 11111001 10111000 1011111 0 11010 111110 10 100011 1011101 1000011

Color Harmonies of #F9B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B85F

Black with #F9B85F

Text Example


Text Example

White with #F9B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B85F; }

 p { color: rgb(249,184,95); }

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

background-color css

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

 a { background-color: rgb(249,184,95); }

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

border-color css

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

 span { border-color: rgb(249,184,95); }

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