Html Css Color HEX #F7C155 Golden Tainoi

📋 copy color: '#F7C155'

red 247 ◦ green 193 ◦ blue 85

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

Shades of Golden Tainoi #F7C155

Tints of Golden Tainoi #F7C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.76%

 BLUE value IS 85 (33.59% from 255) = 16.19%

R = 47.05%
G = 36.76%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F7C155 (or 0xF7C155) is known color: Golden Tainoi. HEX triplet: F7, C1 and 55. RGB value is (247,193,85). Sum of RGB (Red+Green+Blue) = 247+193+85=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C155 is #083EAA. Grayscale: #C5C5C5. Windows color (decimal): -540331 or 5620215. OLE color: 5620215.

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

Color convert

RGB 247 193 85 -
CMYK 0 0.22 0.66 0.03
HSL 40º 0.91% 0.65% -
HSV(B) 40º 0.66% 0.97% -
XYZ 59.07 58.57 16.79 -
YUV 196.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 247 193 85 0 0.22 0.66 0.03 40 0.91 0.65
Hex F7 C1 55 0 16 42 3 28 5B 41
Octal 367 301 125 0 26 102 3 50 133 101
Binary 11110111 11000001 1010101 0 10110 1000010 11 101000 1011011 1000001

Color Harmonies of #F7C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C155

Black with #F7C155

Text Example


Text Example

White with #F7C155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C155; }

 p { color: rgb(247,193,85); }

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

background-color css

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

 a { background-color: rgb(247,193,85); }

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

border-color css

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

 span { border-color: rgb(247,193,85); }

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