Html Css Color HEX #F7BD4D Golden Tainoi

📋 copy color: '#F7BD4D'

red 247 ◦ green 189 ◦ blue 77

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

Shades of Golden Tainoi #F7BD4D

Tints of Golden Tainoi #F7BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.01%

R = 48.15%
G = 36.84%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7BD4D (or 0xF7BD4D) is known color: Golden Tainoi. HEX triplet: F7, BD and 4D. RGB value is (247,189,77). Sum of RGB (Red+Green+Blue) = 247+189+77=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BD4D is #0842B2. Grayscale: #C2C2C2. Windows color (decimal): -541363 or 5094903. OLE color: 5094903.

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

Color convert

RGB 247 189 77 -
CMYK 0 0.23 0.69 0.03
HSL 39.53º 0.91% 0.64% -
HSV(B) 39.53º 0.69% 0.97% -
XYZ 57.89 56.71 14.91 -
YUV 193.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 247 189 77 0 0.23 0.69 0.03 39.53 0.91 0.64
Hex F7 BD 4D 0 17 45 3 28 5B 40
Octal 367 275 115 0 27 105 3 50 133 100
Binary 11110111 10111101 1001101 0 10111 1000101 11 101000 1011011 1000000

Color Harmonies of #F7BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BD4D

Black with #F7BD4D

Text Example


Text Example

White with #F7BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BD4D; }

 p { color: rgb(247,189,77); }

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

background-color css

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

 a { background-color: rgb(247,189,77); }

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

border-color css

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

 span { border-color: rgb(247,189,77); }

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