Html Css Color HEX #F7F70C Yellow

📋 copy color: '#F7F70C'

red 247 ◦ green 247 ◦ blue 12

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

Shades of Yellow #F7F70C

Tints of Yellow #F7F70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.81%

 BLUE value IS 12 (5.08% from 255) = 2.37%

R = 48.81%
G = 48.81%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7F70C (or 0xF7F70C) is known color: Yellow. HEX triplet: F7, F7 and 0C. RGB value is (247,247,12). Sum of RGB (Red+Green+Blue) = 247+247+12=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 12 (5.08% from 255 or 2.37% from 506); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F70C is #0808F3. Grayscale: #DDDDDD. Windows color (decimal): -526580 or 849911. OLE color: 849911.

HSL color Cylindrical-coordinate representation of color #F7F70C: hue angle of 60º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7F70C is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 247 12 -
CMYK 0 0 0.95 0.03
HSL 60º 0.94% 0.51% -
HSV(B) 60º 0.95% 0.97% -
XYZ 71.68 86.32 13.23 -
YUV 220.21 10.5 147.11 -
System Red Green Blue C M Y K H S L
Decimal 247 247 12 0 0 0.95 0.03 60 0.94 0.51
Hex F7 F7 C 0 0 5F 3 3C 5E 33
Octal 367 367 14 0 0 137 3 74 136 63
Binary 11110111 11110111 1100 0 0 1011111 11 111100 1011110 110011

Color Harmonies of #F7F70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F70C

Black with #F7F70C

Text Example


Text Example

White with #F7F70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F70C; }

 p { color: rgb(247,247,12); }

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

background-color css

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

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

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

border-color css

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

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

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