Html Css Color HEX #F6BD5B Golden Tainoi

📋 copy color: '#F6BD5B'

red 246 ◦ green 189 ◦ blue 91

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

Shades of Golden Tainoi #F6BD5B

Tints of Golden Tainoi #F6BD5B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 91 (35.94% from 255) = 17.3%

R = 46.77%
G = 35.93%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6BD5B (or 0xF6BD5B) is known color: Golden Tainoi. HEX triplet: F6, BD and 5B. RGB value is (246,189,91). Sum of RGB (Red+Green+Blue) = 246+189+91=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BD5B is #0942A4. Grayscale: #C3C3C3. Windows color (decimal): -606885 or 6012406. OLE color: 6012406.

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

Color convert

RGB 246 189 91 -
CMYK 0 0.23 0.63 0.04
HSL 37.94º 0.9% 0.66% -
HSV(B) 37.94º 0.63% 0.96% -
XYZ 58.09 56.74 17.79 -
YUV 194.87 69.38 164.47 -
System Red Green Blue C M Y K H S L
Decimal 246 189 91 0 0.23 0.63 0.04 37.94 0.9 0.66
Hex F6 BD 5B 0 17 3F 4 26 5A 42
Octal 366 275 133 0 27 77 4 46 132 102
Binary 11110110 10111101 1011011 0 10111 111111 100 100110 1011010 1000010

Color Harmonies of #F6BD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BD5B

Black with #F6BD5B

Text Example


Text Example

White with #F6BD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BD5B; }

 p { color: rgb(246,189,91); }

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

background-color css

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

 a { background-color: rgb(246,189,91); }

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

border-color css

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

 span { border-color: rgb(246,189,91); }

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