Html Css Color HEX #FFF70C Yellow

📋 copy color: '#FFF70C'

red 255 ◦ green 247 ◦ blue 12

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

Shades of Yellow #FFF70C

Tints of Yellow #FFF70C

RGB

 RED value IS 255 (100% from 255) = 49.61%

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

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

R = 49.61%
G = 48.05%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF70C (or 0xFFF70C) is known color: Yellow. HEX triplet: FF, F7 and 0C. RGB value is (255,247,12). Sum of RGB (Red+Green+Blue) = 255+247+12=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 12 (5.08% from 255 or 2.33% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF70C is #0008F3. Grayscale: #DFDFDF. Windows color (decimal): -2292 or 849919. OLE color: 849919.

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

Color convert

RGB 255 247 12 -
CMYK 0 0.03 0.95 0
HSL 58.02º 1% 0.52% -
HSV(B) 58.02º 0.95% 1% -
XYZ 74.57 87.81 13.37 -
YUV 222.6 9.15 151.11 -
System Red Green Blue C M Y K H S L
Decimal 255 247 12 0 0.03 0.95 0 58.02 1 0.52
Hex FF F7 C 0 3 5F 0 3A 64 34
Octal 377 367 14 0 3 137 0 72 144 64
Binary 11111111 11110111 1100 0 11 1011111 0 111010 1100100 110100

Color Harmonies of #FFF70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF70C

Black with #FFF70C

Text Example


Text Example

White with #FFF70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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