Html Css Color HEX #F3F164 Dolly

📋 copy color: '#F3F164'

red 243 ◦ green 241 ◦ blue 100

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

Shades of Dolly #F3F164

Tints of Dolly #F3F164

RGB

 RED value IS 243 (95.31% from 255) = 41.61%

 GREEN value IS 241 (94.53% from 255) = 41.27%

 BLUE value IS 100 (39.45% from 255) = 17.12%

R = 41.61%
G = 41.27%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F3F164 (or 0xF3F164) is known color: Dolly. HEX triplet: F3, F1 and 64. RGB value is (243,241,100). Sum of RGB (Red+Green+Blue) = 243+241+100=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 100 (39.45% from 255 or 17.12% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F164 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F164 is #0C0E9B. Grayscale: #E2E2E2. Windows color (decimal): -790172 or 6615539. OLE color: 6615539.

HSL color Cylindrical-coordinate representation of color #F3F164: hue angle of 59.16º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3F164 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 241 100 -
CMYK 0 0.01 0.59 0.05
HSL 59.16º 0.86% 0.67% -
HSV(B) 59.16º 0.59% 0.95% -
XYZ 70.72 82.89 24.33 -
YUV 225.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 243 241 100 0 0.01 0.59 0.05 59.16 0.86 0.67
Hex F3 F1 64 0 1 3B 5 3B 56 43
Octal 363 361 144 0 1 73 5 73 126 103
Binary 11110011 11110001 1100100 0 1 111011 101 111011 1010110 1000011

Color Harmonies of #F3F164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3F164

Black with #F3F164

Text Example


Text Example

White with #F3F164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3F164; }

 p { color: rgb(243,241,100); }

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

background-color css

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

 a { background-color: rgb(243,241,100); }

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

border-color css

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

 span { border-color: rgb(243,241,100); }

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