Html Css Color HEX #FFF70A Yellow

📋 copy color: '#FFF70A'

red 255 ◦ green 247 ◦ blue 10

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

Shades of Yellow #FFF70A

Tints of Yellow #FFF70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.95%

R = 49.8%
G = 48.24%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFF70A (or 0xFFF70A) is known color: Yellow. HEX triplet: FF, F7 and 0A. RGB value is (255,247,10). Sum of RGB (Red+Green+Blue) = 255+247+10=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 10 (4.30% from 255 or 1.95% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF70A is #0008F5. Grayscale: #DFDFDF. Windows color (decimal): -2294 or 718847. OLE color: 718847.

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

Color convert

RGB 255 247 10 -
CMYK 0 0.03 0.96 0
HSL 58.04º 1% 0.52% -
HSV(B) 58.04º 0.96% 1% -
XYZ 74.56 87.8 13.31 -
YUV 222.37 8.15 151.27 -
System Red Green Blue C M Y K H S L
Decimal 255 247 10 0 0.03 0.96 0 58.04 1 0.52
Hex FF F7 A 0 3 60 0 3A 64 34
Octal 377 367 12 0 3 140 0 72 144 64
Binary 11111111 11110111 1010 0 11 1100000 0 111010 1100100 110100

Color Harmonies of #FFF70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF70A

Black with #FFF70A

Text Example


Text Example

White with #FFF70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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