Html Css Color HEX #F7BE4A Golden Tainoi

📋 copy color: '#F7BE4A'

red 247 ◦ green 190 ◦ blue 74

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

Shades of Golden Tainoi #F7BE4A

Tints of Golden Tainoi #F7BE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.48%

R = 48.34%
G = 37.18%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7BE4A (or 0xF7BE4A) is known color: Golden Tainoi. HEX triplet: F7, BE and 4A. RGB value is (247,190,74). Sum of RGB (Red+Green+Blue) = 247+190+74=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BE4A is #0841B5. Grayscale: #C2C2C2. Windows color (decimal): -541110 or 4898551. OLE color: 4898551.

HSL color Cylindrical-coordinate representation of color #F7BE4A: hue angle of 40.23º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7BE4A is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 190 74 -
CMYK 0 0.23 0.70 0.03
HSL 40.23º 0.92% 0.63% -
HSV(B) 40.23º 0.7% 0.97% -
XYZ 58.01 57.1 14.44 -
YUV 193.82 60.38 165.93 -
System Red Green Blue C M Y K H S L
Decimal 247 190 74 0 0.23 0.70 0.03 40.23 0.92 0.63
Hex F7 BE 4A 0 17 46 3 28 5C 3F
Octal 367 276 112 0 27 106 3 50 134 77
Binary 11110111 10111110 1001010 0 10111 1000110 11 101000 1011100 111111

Color Harmonies of #F7BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BE4A

Black with #F7BE4A

Text Example


Text Example

White with #F7BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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