Html Css Color HEX #F2F70A Yellow

📋 copy color: '#F2F70A'

red 242 ◦ green 247 ◦ blue 10

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

Shades of Yellow #F2F70A

Tints of Yellow #F2F70A

RGB

 RED value IS 242 (94.92% from 255) = 48.5%

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

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

R = 48.5%
G = 49.5%
B = 2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F2F70A (or 0xF2F70A) is known color: Yellow. HEX triplet: F2, F7 and 0A. RGB value is (242,247,10). Sum of RGB (Red+Green+Blue) = 242+247+10=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 10 (4.30% from 255 or 2.00% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F70A is #0D08F5. Grayscale: #DBDBDB. Windows color (decimal): -854262 or 718834. OLE color: 718834.

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

Color convert

RGB 242 247 10 -
CMYK 0.02 0 0.96 0.03
HSL 61.27º 0.94% 0.5% -
HSV(B) 61.27º 0.96% 0.97% -
XYZ 69.93 85.42 13.09 -
YUV 218.49 10.34 144.77 -
System Red Green Blue C M Y K H S L
Decimal 242 247 10 0.02 0 0.96 0.03 61.27 0.94 0.5
Hex F2 F7 A 2 0 60 3 3D 5E 32
Octal 362 367 12 2 0 140 3 75 136 62
Binary 11110010 11110111 1010 10 0 1100000 11 111101 1011110 110010

Color Harmonies of #F2F70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F70A

Black with #F2F70A

Text Example


Text Example

White with #F2F70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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