Html Css Color HEX #F2F374 Dolly

📋 copy color: '#F2F374'

red 242 ◦ green 243 ◦ blue 116

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

Shades of Dolly #F2F374

Tints of Dolly #F2F374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.3%

R = 40.27%
G = 40.43%
B = 19.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2F374 (or 0xF2F374) is known color: Dolly. HEX triplet: F2, F3 and 74. RGB value is (242,243,116). Sum of RGB (Red+Green+Blue) = 242+243+116=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 116 (45.70% from 255 or 19.30% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F374 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F374 is #0D0C8B. Grayscale: #E4E4E4. Windows color (decimal): -855180 or 7664626. OLE color: 7664626.

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

Color convert

RGB 242 243 116 -
CMYK 0.00 0 0.52 0.05
HSL 60.47º 0.84% 0.7% -
HSV(B) 60.47º 0.52% 0.95% -
XYZ 71.82 84.24 29 -
YUV 228.22 64.67 137.83 -
System Red Green Blue C M Y K H S L
Decimal 242 243 116 0.00 0 0.52 0.05 60.47 0.84 0.7
Hex F2 F3 74 0 0 34 5 3C 54 46
Octal 362 363 164 0 0 64 5 74 124 106
Binary 11110010 11110011 1110100 0 0 110100 101 111100 1010100 1000110

Color Harmonies of #F2F374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F374

Black with #F2F374

Text Example


Text Example

White with #F2F374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F374; }

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

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

background-color css

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

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

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

border-color css

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

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

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