Html Css Color HEX #F2FE0B Yellow

📋 copy color: '#F2FE0B'

red 242 ◦ green 254 ◦ blue 11

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

Shades of Yellow #F2FE0B

Tints of Yellow #F2FE0B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.1%

 BLUE value IS 11 (4.69% from 255) = 2.17%

R = 47.73%
G = 50.1%
B = 2.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#F2FE0B (or 0xF2FE0B) is known color: Yellow. HEX triplet: F2, FE and 0B. RGB value is (242,254,11). Sum of RGB (Red+Green+Blue) = 242+254+11=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 11 (4.69% from 255 or 2.17% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FE0B is #0D01F4. Grayscale: #DFDFDF. Windows color (decimal): -852469 or 786162. OLE color: 786162.

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

Color convert

RGB 242 254 11 -
CMYK 0.05 0 0.96 0.00
HSL 62.96º 0.99% 0.52% -
HSV(B) 62.96º 0.96% 1% -
XYZ 72.12 89.79 13.85 -
YUV 222.71 8.52 141.76 -
System Red Green Blue C M Y K H S L
Decimal 242 254 11 0.05 0 0.96 0.00 62.96 0.99 0.52
Hex F2 FE B 5 0 60 0 3F 63 34
Octal 362 376 13 5 0 140 0 77 143 64
Binary 11110010 11111110 1011 101 0 1100000 0 111111 1100011 110100

Color Harmonies of #F2FE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE0B

Black with #F2FE0B

Text Example


Text Example

White with #F2FE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE0B; }

 p { color: rgb(242,254,11); }

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

background-color css

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

 a { background-color: rgb(242,254,11); }

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

border-color css

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

 span { border-color: rgb(242,254,11); }

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