Html Css Color HEX #F7BE4D Golden Tainoi

📋 copy color: '#F7BE4D'

red 247 ◦ green 190 ◦ blue 77

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

Shades of Golden Tainoi #F7BE4D

Tints of Golden Tainoi #F7BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

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

R = 48.05%
G = 36.96%
B = 14.98%

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

#F7BE4D (or 0xF7BE4D) is known color: Golden Tainoi. HEX triplet: F7, BE and 4D. RGB value is (247,190,77). Sum of RGB (Red+Green+Blue) = 247+190+77=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BE4D is #0841B2. Grayscale: #C2C2C2. Windows color (decimal): -541107 or 5095159. OLE color: 5095159.

HSL color Cylindrical-coordinate representation of color #F7BE4D: hue angle of 39.88º 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 #F7BE4D is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 190 77 -
CMYK 0 0.23 0.69 0.03
HSL 39.88º 0.91% 0.64% -
HSV(B) 39.88º 0.69% 0.97% -
XYZ 58.11 57.14 14.99 -
YUV 194.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 247 190 77 0 0.23 0.69 0.03 39.88 0.91 0.64
Hex F7 BE 4D 0 17 45 3 28 5B 40
Octal 367 276 115 0 27 105 3 50 133 100
Binary 11110111 10111110 1001101 0 10111 1000101 11 101000 1011011 1000000

Color Harmonies of #F7BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BE4D

Black with #F7BE4D

Text Example


Text Example

White with #F7BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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