Html Css Color HEX #F7B04C My Sin

📋 copy color: '#F7B04C'

red 247 ◦ green 176 ◦ blue 76

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

Shades of My Sin #F7B04C

Tints of My Sin #F7B04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

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

R = 49.5%
G = 35.27%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7B04C (or 0xF7B04C) is known color: My Sin. HEX triplet: F7, B0 and 4C. RGB value is (247,176,76). Sum of RGB (Red+Green+Blue) = 247+176+76=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B04C is #084FB3. Grayscale: #BABABA. Windows color (decimal): -544692 or 5026039. OLE color: 5026039.

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

Color convert

RGB 247 176 76 -
CMYK 0 0.29 0.69 0.03
HSL 35.09º 0.91% 0.63% -
HSV(B) 35.09º 0.69% 0.97% -
XYZ 55.19 51.35 13.84 -
YUV 185.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 247 176 76 0 0.29 0.69 0.03 35.09 0.91 0.63
Hex F7 B0 4C 0 1D 45 3 23 5B 3F
Octal 367 260 114 0 35 105 3 43 133 77
Binary 11110111 10110000 1001100 0 11101 1000101 11 100011 1011011 111111

Color Harmonies of #F7B04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B04C

Black with #F7B04C

Text Example


Text Example

White with #F7B04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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