Html Css Color HEX #F2F869 Dolly

📋 copy color: '#F2F869'

red 242 ◦ green 248 ◦ blue 105

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

Shades of Dolly #F2F869

Tints of Dolly #F2F869

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.68%

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

R = 40.67%
G = 41.68%
B = 17.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F2F869 (or 0xF2F869) is known color: Dolly. HEX triplet: F2, F8 and 69. RGB value is (242,248,105). Sum of RGB (Red+Green+Blue) = 242+248+105=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 105 (41.41% from 255 or 17.65% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F869 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F869 is #0D0796. Grayscale: #E6E6E6. Windows color (decimal): -853911 or 6945010. OLE color: 6945010.

HSL color Cylindrical-coordinate representation of color #F2F869: hue angle of 62.52º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2F869 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 105 -
CMYK 0.02 0 0.58 0.03
HSL 62.52º 0.91% 0.69% -
HSV(B) 62.52º 0.58% 0.97% -
XYZ 72.74 87.03 26.33 -
YUV 229.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 242 248 105 0.02 0 0.58 0.03 62.52 0.91 0.69
Hex F2 F8 69 2 0 3A 3 3F 5B 45
Octal 362 370 151 2 0 72 3 77 133 105
Binary 11110010 11111000 1101001 10 0 111010 11 111111 1011011 1000101

Color Harmonies of #F2F869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F869

Black with #F2F869

Text Example


Text Example

White with #F2F869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F869; }

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

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

background-color css

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

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

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

border-color css

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

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

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