Html Css Color HEX #F6B358 Texas Rose

📋 copy color: '#F6B358'

red 246 ◦ green 179 ◦ blue 88

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

Shades of Texas Rose #F6B358

Tints of Texas Rose #F6B358

RGB

 RED value IS 246 (96.48% from 255) = 47.95%

 GREEN value IS 179 (70.31% from 255) = 34.89%

 BLUE value IS 88 (34.77% from 255) = 17.15%

R = 47.95%
G = 34.89%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F6B358 (or 0xF6B358) is known color: Texas Rose. HEX triplet: F6, B3 and 58. RGB value is (246,179,88). Sum of RGB (Red+Green+Blue) = 246+179+88=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B358 is #094CA7. Grayscale: #BDBDBD. Windows color (decimal): -609448 or 5813238. OLE color: 5813238.

HSL color Cylindrical-coordinate representation of color #F6B358: hue angle of 34.56º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6B358 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 179 88 -
CMYK 0 0.27 0.64 0.04
HSL 34.56º 0.9% 0.65% -
HSV(B) 34.56º 0.64% 0.96% -
XYZ 55.89 52.54 16.43 -
YUV 188.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 246 179 88 0 0.27 0.64 0.04 34.56 0.9 0.65
Hex F6 B3 58 0 1B 40 4 23 5A 41
Octal 366 263 130 0 33 100 4 43 132 101
Binary 11110110 10110011 1011000 0 11011 1000000 100 100011 1011010 1000001

Color Harmonies of #F6B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B358

Black with #F6B358

Text Example


Text Example

White with #F6B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B358; }

 p { color: rgb(246,179,88); }

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

background-color css

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

 a { background-color: rgb(246,179,88); }

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

border-color css

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

 span { border-color: rgb(246,179,88); }

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