Html Css Color HEX #F2E669 Dolly

📋 copy color: '#F2E669'

red 242 ◦ green 230 ◦ blue 105

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

Shades of Dolly #F2E669

Tints of Dolly #F2E669

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.86%

 BLUE value IS 105 (41.41% from 255) = 18.2%

R = 41.94%
G = 39.86%
B = 18.2%

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

#F2E669 (or 0xF2E669) is known color: Dolly. HEX triplet: F2, E6 and 69. RGB value is (242,230,105). Sum of RGB (Red+Green+Blue) = 242+230+105=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 105 (41.41% from 255 or 18.20% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E669 is #0D1996. Grayscale: #DBDBDB. Windows color (decimal): -858519 or 6940402. OLE color: 6940402.

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

Color convert

RGB 242 230 105 -
CMYK 0 0.05 0.57 0.05
HSL 54.74º 0.84% 0.68% -
HSV(B) 54.74º 0.57% 0.95% -
XYZ 67.46 76.49 24.57 -
YUV 219.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 242 230 105 0 0.05 0.57 0.05 54.74 0.84 0.68
Hex F2 E6 69 0 5 39 5 37 54 44
Octal 362 346 151 0 5 71 5 67 124 104
Binary 11110010 11100110 1101001 0 101 111001 101 110111 1010100 1000100

Color Harmonies of #F2E669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E669

Black with #F2E669

Text Example


Text Example

White with #F2E669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E669; }

 p { color: rgb(242,230,105); }

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

background-color css

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

 a { background-color: rgb(242,230,105); }

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

border-color css

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

 span { border-color: rgb(242,230,105); }

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