Html Css Color HEX #F2EF68 Dolly

📋 copy color: '#F2EF68'

red 242 ◦ green 239 ◦ blue 104

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

Shades of Dolly #F2EF68

Tints of Dolly #F2EF68

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.85%

 BLUE value IS 104 (41.02% from 255) = 17.78%

R = 41.37%
G = 40.85%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2EF68 (or 0xF2EF68) is known color: Dolly. HEX triplet: F2, EF and 68. RGB value is (242,239,104). Sum of RGB (Red+Green+Blue) = 242+239+104=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 104 (41.02% from 255 or 17.78% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF68 is #0D1097. Grayscale: #E1E1E1. Windows color (decimal): -856216 or 6877170. OLE color: 6877170.

HSL color Cylindrical-coordinate representation of color #F2EF68: hue angle of 58.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2EF68 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 239 104 -
CMYK 0 0.01 0.57 0.05
HSL 58.7º 0.84% 0.68% -
HSV(B) 58.7º 0.57% 0.95% -
XYZ 69.98 81.61 25.16 -
YUV 224.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 242 239 104 0 0.01 0.57 0.05 58.7 0.84 0.68
Hex F2 EF 68 0 1 39 5 3B 54 44
Octal 362 357 150 0 1 71 5 73 124 104
Binary 11110010 11101111 1101000 0 1 111001 101 111011 1010100 1000100

Color Harmonies of #F2EF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF68

Black with #F2EF68

Text Example


Text Example

White with #F2EF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF68; }

 p { color: rgb(242,239,104); }

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

background-color css

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

 a { background-color: rgb(242,239,104); }

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

border-color css

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

 span { border-color: rgb(242,239,104); }

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