Html Css Color HEX #F2E768 Dolly

📋 copy color: '#F2E768'

red 242 ◦ green 231 ◦ blue 104

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

Shades of Dolly #F2E768

Tints of Dolly #F2E768

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.03%

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

R = 41.94%
G = 40.03%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2E768 (or 0xF2E768) is known color: Dolly. HEX triplet: F2, E7 and 68. RGB value is (242,231,104). Sum of RGB (Red+Green+Blue) = 242+231+104=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E768 is #0D1897. Grayscale: #DCDCDC. Windows color (decimal): -858264 or 6875122. OLE color: 6875122.

HSL color Cylindrical-coordinate representation of color #F2E768: hue angle of 55.22º 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 #F2E768 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 231 104 -
CMYK 0 0.05 0.57 0.05
HSL 55.22º 0.84% 0.68% -
HSV(B) 55.22º 0.57% 0.95% -
XYZ 67.69 77.03 24.4 -
YUV 219.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 242 231 104 0 0.05 0.57 0.05 55.22 0.84 0.68
Hex F2 E7 68 0 5 39 5 37 54 44
Octal 362 347 150 0 5 71 5 67 124 104
Binary 11110010 11100111 1101000 0 101 111001 101 110111 1010100 1000100

Color Harmonies of #F2E768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E768

Black with #F2E768

Text Example


Text Example

White with #F2E768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E768; }

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

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

background-color css

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

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

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

border-color css

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

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

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