Html Css Color HEX #F6B458 Texas Rose

📋 copy color: '#F6B458'

red 246 ◦ green 180 ◦ blue 88

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

Shades of Texas Rose #F6B458

Tints of Texas Rose #F6B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

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

R = 47.86%
G = 35.02%
B = 17.12%

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

#F6B458 (or 0xF6B458) is known color: Texas Rose. HEX triplet: F6, B4 and 58. RGB value is (246,180,88). Sum of RGB (Red+Green+Blue) = 246+180+88=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B458 is #094BA7. Grayscale: #BDBDBD. Windows color (decimal): -609192 or 5813494. OLE color: 5813494.

HSL color Cylindrical-coordinate representation of color #F6B458: hue angle of 34.94º 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 #F6B458 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 180 88 -
CMYK 0 0.27 0.64 0.04
HSL 34.94º 0.9% 0.65% -
HSV(B) 34.94º 0.64% 0.96% -
XYZ 56.09 52.94 16.49 -
YUV 189.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 246 180 88 0 0.27 0.64 0.04 34.94 0.9 0.65
Hex F6 B4 58 0 1B 40 4 23 5A 41
Octal 366 264 130 0 33 100 4 43 132 101
Binary 11110110 10110100 1011000 0 11011 1000000 100 100011 1011010 1000001

Color Harmonies of #F6B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B458

Black with #F6B458

Text Example


Text Example

White with #F6B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B458; }

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

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

background-color css

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

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

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

border-color css

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

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

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