Html Css Color HEX #F2F368 Dolly

📋 copy color: '#F2F368'

red 242 ◦ green 243 ◦ blue 104

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

Shades of Dolly #F2F368

Tints of Dolly #F2F368

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.26%

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

R = 41.09%
G = 41.26%
B = 17.66%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2F368 (or 0xF2F368) is known color: Dolly. HEX triplet: F2, F3 and 68. RGB value is (242,243,104). Sum of RGB (Red+Green+Blue) = 242+243+104=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 104 (41.02% from 255 or 17.66% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F368 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F368 is #0D0C97. Grayscale: #E3E3E3. Windows color (decimal): -855192 or 6878194. OLE color: 6878194.

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

Color convert

RGB 242 243 104 -
CMYK 0.00 0 0.57 0.05
HSL 60.43º 0.85% 0.68% -
HSV(B) 60.43º 0.57% 0.95% -
XYZ 71.17 83.98 25.56 -
YUV 226.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 242 243 104 0.00 0 0.57 0.05 60.43 0.85 0.68
Hex F2 F3 68 0 0 39 5 3C 55 44
Octal 362 363 150 0 0 71 5 74 125 104
Binary 11110010 11110011 1101000 0 0 111001 101 111100 1010101 1000100

Color Harmonies of #F2F368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F368

Black with #F2F368

Text Example


Text Example

White with #F2F368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F368; }

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

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

background-color css

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

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

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

border-color css

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

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

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