Html Css Color HEX #F7B14C My Sin

📋 copy color: '#F7B14C'

red 247 ◦ green 177 ◦ blue 76

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

Shades of My Sin #F7B14C

Tints of My Sin #F7B14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 49.4%
G = 35.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7B14C (or 0xF7B14C) is known color: My Sin. HEX triplet: F7, B1 and 4C. RGB value is (247,177,76). Sum of RGB (Red+Green+Blue) = 247+177+76=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B14C is #084EB3. Grayscale: #BABABA. Windows color (decimal): -544436 or 5026295. OLE color: 5026295.

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

Color convert

RGB 247 177 76 -
CMYK 0 0.28 0.69 0.03
HSL 35.44º 0.91% 0.63% -
HSV(B) 35.44º 0.69% 0.97% -
XYZ 55.38 51.74 13.91 -
YUV 186.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 247 177 76 0 0.28 0.69 0.03 35.44 0.91 0.63
Hex F7 B1 4C 0 1C 45 3 23 5B 3F
Octal 367 261 114 0 34 105 3 43 133 77
Binary 11110111 10110001 1001100 0 11100 1000101 11 100011 1011011 111111

Color Harmonies of #F7B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B14C

Black with #F7B14C

Text Example


Text Example

White with #F7B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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