Html Css Color HEX #F2FC0E Yellow

📋 copy color: '#F2FC0E'

red 242 ◦ green 252 ◦ blue 14

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

Shades of Yellow #F2FC0E

Tints of Yellow #F2FC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.61%

 BLUE value IS 14 (5.86% from 255) = 2.76%

R = 47.64%
G = 49.61%
B = 2.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#F2FC0E (or 0xF2FC0E) is known color: Yellow. HEX triplet: F2, FC and 0E. RGB value is (242,252,14). Sum of RGB (Red+Green+Blue) = 242+252+14=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 14 (5.86% from 255 or 2.76% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FC0E is #0D03F1. Grayscale: #DEDEDE. Windows color (decimal): -852978 or 982258. OLE color: 982258.

HSL color Cylindrical-coordinate representation of color #F2FC0E: hue angle of 62.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2FC0E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 14 -
CMYK 0.04 0 0.94 0.01
HSL 62.52º 0.98% 0.52% -
HSV(B) 62.52º 0.94% 0.99% -
XYZ 71.51 88.53 13.73 -
YUV 221.88 10.69 142.35 -
System Red Green Blue C M Y K H S L
Decimal 242 252 14 0.04 0 0.94 0.01 62.52 0.98 0.52
Hex F2 FC E 4 0 5E 1 3F 62 34
Octal 362 374 16 4 0 136 1 77 142 64
Binary 11110010 11111100 1110 100 0 1011110 1 111111 1100010 110100

Color Harmonies of #F2FC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC0E

Black with #F2FC0E

Text Example


Text Example

White with #F2FC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC0E; }

 p { color: rgb(242,252,14); }

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

background-color css

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

 a { background-color: rgb(242,252,14); }

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

border-color css

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

 span { border-color: rgb(242,252,14); }

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