Html Css Color HEX #F7C255 Golden Tainoi

📋 copy color: '#F7C255'

red 247 ◦ green 194 ◦ blue 85

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

Shades of Golden Tainoi #F7C255

Tints of Golden Tainoi #F7C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.88%

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

R = 46.96%
G = 36.88%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F7C255 (or 0xF7C255) is known color: Golden Tainoi. HEX triplet: F7, C2 and 55. RGB value is (247,194,85). Sum of RGB (Red+Green+Blue) = 247+194+85=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C255 is #083DAA. Grayscale: #C5C5C5. Windows color (decimal): -540075 or 5620471. OLE color: 5620471.

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

Color convert

RGB 247 194 85 -
CMYK 0 0.21 0.66 0.03
HSL 40.37º 0.91% 0.65% -
HSV(B) 40.37º 0.66% 0.97% -
XYZ 59.29 59.01 16.86 -
YUV 197.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 247 194 85 0 0.21 0.66 0.03 40.37 0.91 0.65
Hex F7 C2 55 0 15 42 3 28 5B 41
Octal 367 302 125 0 25 102 3 50 133 101
Binary 11110111 11000010 1010101 0 10101 1000010 11 101000 1011011 1000001

Color Harmonies of #F7C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C255

Black with #F7C255

Text Example


Text Example

White with #F7C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C255; }

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

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

background-color css

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

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

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

border-color css

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

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

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