Html Css Color HEX #F9B259 Texas Rose

📋 copy color: '#F9B259'

red 249 ◦ green 178 ◦ blue 89

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

Shades of Texas Rose #F9B259

Tints of Texas Rose #F9B259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

 BLUE value IS 89 (35.16% from 255) = 17.25%

R = 48.26%
G = 34.5%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9B259 (or 0xF9B259) is known color: Texas Rose. HEX triplet: F9, B2 and 59. RGB value is (249,178,89). Sum of RGB (Red+Green+Blue) = 249+178+89=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B259 is #064DA6. Grayscale: #BDBDBD. Windows color (decimal): -413095 or 5878521. OLE color: 5878521.

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

Color convert

RGB 249 178 89 -
CMYK 0 0.29 0.64 0.02
HSL 33.38º 0.93% 0.66% -
HSV(B) 33.38º 0.64% 0.98% -
XYZ 56.79 52.7 16.63 -
YUV 189.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 249 178 89 0 0.29 0.64 0.02 33.38 0.93 0.66
Hex F9 B2 59 0 1D 40 2 21 5D 42
Octal 371 262 131 0 35 100 2 41 135 102
Binary 11111001 10110010 1011001 0 11101 1000000 10 100001 1011101 1000010

Color Harmonies of #F9B259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B259

Black with #F9B259

Text Example


Text Example

White with #F9B259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B259; }

 p { color: rgb(249,178,89); }

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

background-color css

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

 a { background-color: rgb(249,178,89); }

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

border-color css

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

 span { border-color: rgb(249,178,89); }

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