Html Css Color HEX #F7C04F Golden Tainoi

📋 copy color: '#F7C04F'

red 247 ◦ green 192 ◦ blue 79

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

Shades of Golden Tainoi #F7C04F

Tints of Golden Tainoi #F7C04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

 BLUE value IS 79 (31.25% from 255) = 15.25%

R = 47.68%
G = 37.07%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7C04F (or 0xF7C04F) is known color: Golden Tainoi. HEX triplet: F7, C0 and 4F. RGB value is (247,192,79). Sum of RGB (Red+Green+Blue) = 247+192+79=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C04F is #083FB0. Grayscale: #C4C4C4. Windows color (decimal): -540593 or 5226743. OLE color: 5226743.

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

Color convert

RGB 247 192 79 -
CMYK 0 0.22 0.68 0.03
HSL 40.36º 0.91% 0.64% -
HSV(B) 40.36º 0.68% 0.97% -
XYZ 58.62 58.04 15.51 -
YUV 195.56 62.22 164.69 -
System Red Green Blue C M Y K H S L
Decimal 247 192 79 0 0.22 0.68 0.03 40.36 0.91 0.64
Hex F7 C0 4F 0 16 44 3 28 5B 40
Octal 367 300 117 0 26 104 3 50 133 100
Binary 11110111 11000000 1001111 0 10110 1000100 11 101000 1011011 1000000

Color Harmonies of #F7C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C04F

Black with #F7C04F

Text Example


Text Example

White with #F7C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C04F; }

 p { color: rgb(247,192,79); }

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

background-color css

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

 a { background-color: rgb(247,192,79); }

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

border-color css

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

 span { border-color: rgb(247,192,79); }

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