Html Css Color HEX #F2F700 Yellow

📋 copy color: '#F2F700'

red 242 ◦ green 247 ◦ blue 0

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

Shades of Yellow #F2F700

Tints of Yellow #F2F700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.49%
G = 50.51%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F2F700 (or 0xF2F700) is known color: Yellow. HEX triplet: F2, F7 and 00. RGB value is (242,247,0). Sum of RGB (Red+Green+Blue) = 242+247+0=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 247 (96.88% from 255 or 50.51% from 489); Blue value is 0 (0.39% from 255 or 0% from 489); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F700 is #0D08FF. Grayscale: #DADADA. Windows color (decimal): -854272 or 63474. OLE color: 63474.

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

Color convert

RGB 242 247 0 -
CMYK 0.02 0 1 0.03
HSL 61.21º 1% 0.48% -
HSV(B) 61.21º 1% 0.97% -
XYZ 69.88 85.4 12.8 -
YUV 217.35 5.34 145.58 -
System Red Green Blue C M Y K H S L
Decimal 242 247 0 0.02 0 1 0.03 61.21 1 0.48
Hex F2 F7 0 2 0 64 3 3D 64 30
Octal 362 367 0 2 0 144 3 75 144 60
Binary 11110010 11110111 0 10 0 1100100 11 111101 1100100 110000

Color Harmonies of #F2F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F700

Black with #F2F700

Text Example


Text Example

White with #F2F700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F700; }

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

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

background-color css

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

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

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

border-color css

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

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

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