Html Css Color HEX #F7B358 Texas Rose

📋 copy color: '#F7B358'

red 247 ◦ green 179 ◦ blue 88

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

Shades of Texas Rose #F7B358

Tints of Texas Rose #F7B358

RGB

 RED value IS 247 (96.88% from 255) = 48.05%

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

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

R = 48.05%
G = 34.82%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7B358 (or 0xF7B358) is known color: Texas Rose. HEX triplet: F7, B3 and 58. RGB value is (247,179,88). Sum of RGB (Red+Green+Blue) = 247+179+88=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B358 is #084CA7. Grayscale: #BDBDBD. Windows color (decimal): -543912 or 5813239. OLE color: 5813239.

HSL color Cylindrical-coordinate representation of color #F7B358: hue angle of 34.34º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7B358 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 179 88 -
CMYK 0 0.28 0.64 0.03
HSL 34.34º 0.91% 0.66% -
HSV(B) 34.34º 0.64% 0.97% -
XYZ 56.24 52.72 16.44 -
YUV 188.96 71.03 169.4 -
System Red Green Blue C M Y K H S L
Decimal 247 179 88 0 0.28 0.64 0.03 34.34 0.91 0.66
Hex F7 B3 58 0 1C 40 3 22 5B 42
Octal 367 263 130 0 34 100 3 42 133 102
Binary 11110111 10110011 1011000 0 11100 1000000 11 100010 1011011 1000010

Color Harmonies of #F7B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B358

Black with #F7B358

Text Example


Text Example

White with #F7B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B358; }

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

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

background-color css

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

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

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

border-color css

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

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

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