Html Css Color HEX #F2FB6B Dolly

📋 copy color: '#F2FB6B'

red 242 ◦ green 251 ◦ blue 107

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

Shades of Dolly #F2FB6B

Tints of Dolly #F2FB6B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.83%

 BLUE value IS 107 (42.19% from 255) = 17.83%

R = 40.33%
G = 41.83%
B = 17.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F2FB6B (or 0xF2FB6B) is known color: Dolly. HEX triplet: F2, FB and 6B. RGB value is (242,251,107). Sum of RGB (Red+Green+Blue) = 242+251+107=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 107 (42.19% from 255 or 17.83% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FB6B is #0D0494. Grayscale: #E8E8E8. Windows color (decimal): -853141 or 7076850. OLE color: 7076850.

HSL color Cylindrical-coordinate representation of color #F2FB6B: hue angle of 63.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2FB6B is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 107 -
CMYK 0.04 0 0.57 0.02
HSL 63.75º 0.95% 0.7% -
HSV(B) 63.75º 0.57% 0.98% -
XYZ 73.77 88.93 27.19 -
YUV 231.89 57.52 135.21 -
System Red Green Blue C M Y K H S L
Decimal 242 251 107 0.04 0 0.57 0.02 63.75 0.95 0.7
Hex F2 FB 6B 4 0 39 2 40 5F 46
Octal 362 373 153 4 0 71 2 100 137 106
Binary 11110010 11111011 1101011 100 0 111001 10 1000000 1011111 1000110

Color Harmonies of #F2FB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FB6B

Black with #F2FB6B

Text Example


Text Example

White with #F2FB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FB6B; }

 p { color: rgb(242,251,107); }

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

background-color css

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

 a { background-color: rgb(242,251,107); }

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

border-color css

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

 span { border-color: rgb(242,251,107); }

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