Html Css Color HEX #F7BC5E Golden Tainoi

📋 copy color: '#F7BC5E'

red 247 ◦ green 188 ◦ blue 94

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

Shades of Golden Tainoi #F7BC5E

Tints of Golden Tainoi #F7BC5E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.54%

 BLUE value IS 94 (37.11% from 255) = 17.77%

R = 46.69%
G = 35.54%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7BC5E (or 0xF7BC5E) is known color: Golden Tainoi. HEX triplet: F7, BC and 5E. RGB value is (247,188,94). Sum of RGB (Red+Green+Blue) = 247+188+94=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BC5E is #0843A1. Grayscale: #C3C3C3. Windows color (decimal): -541602 or 6208759. OLE color: 6208759.

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

Color convert

RGB 247 188 94 -
CMYK 0 0.24 0.62 0.03
HSL 36.86º 0.91% 0.67% -
HSV(B) 36.86º 0.62% 0.97% -
XYZ 58.36 56.55 18.43 -
YUV 194.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 247 188 94 0 0.24 0.62 0.03 36.86 0.91 0.67
Hex F7 BC 5E 0 18 3E 3 25 5B 43
Octal 367 274 136 0 30 76 3 45 133 103
Binary 11110111 10111100 1011110 0 11000 111110 11 100101 1011011 1000011

Color Harmonies of #F7BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BC5E

Black with #F7BC5E

Text Example


Text Example

White with #F7BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BC5E; }

 p { color: rgb(247,188,94); }

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

background-color css

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

 a { background-color: rgb(247,188,94); }

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

border-color css

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

 span { border-color: rgb(247,188,94); }

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