Html Css Color HEX #F7C04C Golden Tainoi

📋 copy color: '#F7C04C'

red 247 ◦ green 192 ◦ blue 76

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

Shades of Golden Tainoi #F7C04C

Tints of Golden Tainoi #F7C04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.76%

R = 47.96%
G = 37.28%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7C04C (or 0xF7C04C) is known color: Golden Tainoi. HEX triplet: F7, C0 and 4C. RGB value is (247,192,76). Sum of RGB (Red+Green+Blue) = 247+192+76=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C04C is #083FB3. Grayscale: #C3C3C3. Windows color (decimal): -540596 or 5030135. OLE color: 5030135.

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

Color convert

RGB 247 192 76 -
CMYK 0 0.22 0.69 0.03
HSL 40.7º 0.91% 0.63% -
HSV(B) 40.7º 0.69% 0.97% -
XYZ 58.51 58 14.95 -
YUV 195.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 247 192 76 0 0.22 0.69 0.03 40.7 0.91 0.63
Hex F7 C0 4C 0 16 45 3 29 5B 3F
Octal 367 300 114 0 26 105 3 51 133 77
Binary 11110111 11000000 1001100 0 10110 1000101 11 101001 1011011 111111

Color Harmonies of #F7C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C04C

Black with #F7C04C

Text Example


Text Example

White with #F7C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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