Html Css Color HEX #FBA94F Texas Rose

📋 copy color: '#FBA94F'

red 251 ◦ green 169 ◦ blue 79

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

Shades of Texas Rose #FBA94F

Tints of Texas Rose #FBA94F

RGB

 RED value IS 251 (98.44% from 255) = 50.3%

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

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

R = 50.3%
G = 33.87%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBA94F (or 0xFBA94F) is known color: Texas Rose. HEX triplet: FB, A9 and 4F. RGB value is (251,169,79). Sum of RGB (Red+Green+Blue) = 251+169+79=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA94F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA94F is #0456B0. Grayscale: #B7B7B7. Windows color (decimal): -284337 or 5220859. OLE color: 5220859.

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

Color convert

RGB 251 169 79 -
CMYK 0 0.33 0.69 0.02
HSL 31.4º 0.96% 0.65% -
HSV(B) 31.4º 0.69% 0.98% -
XYZ 55.38 49.45 14.02 -
YUV 183.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 251 169 79 0 0.33 0.69 0.02 31.4 0.96 0.65
Hex FB A9 4F 0 21 45 2 1F 60 41
Octal 373 251 117 0 41 105 2 37 140 101
Binary 11111011 10101001 1001111 0 100001 1000101 10 11111 1100000 1000001

Color Harmonies of #FBA94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA94F

Black with #FBA94F

Text Example


Text Example

White with #FBA94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA94F; }

 p { color: rgb(251,169,79); }

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

background-color css

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

 a { background-color: rgb(251,169,79); }

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

border-color css

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

 span { border-color: rgb(251,169,79); }

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