Html Css Color HEX #F4F264 Dolly

📋 copy color: '#F4F264'

red 244 ◦ green 242 ◦ blue 100

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

Shades of Dolly #F4F264

Tints of Dolly #F4F264

RGB

 RED value IS 244 (95.7% from 255) = 41.64%

 GREEN value IS 242 (94.92% from 255) = 41.3%

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

R = 41.64%
G = 41.3%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F4F264 (or 0xF4F264) is known color: Dolly. HEX triplet: F4, F2 and 64. RGB value is (244,242,100). Sum of RGB (Red+Green+Blue) = 244+242+100=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 100 (39.45% from 255 or 17.06% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F264 is #0B0D9B. Grayscale: #E2E2E2. Windows color (decimal): -724380 or 6615796. OLE color: 6615796.

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

Color convert

RGB 244 242 100 -
CMYK 0 0.01 0.59 0.04
HSL 59.17º 0.87% 0.67% -
HSV(B) 59.17º 0.59% 0.96% -
XYZ 71.36 83.66 24.44 -
YUV 226.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 244 242 100 0 0.01 0.59 0.04 59.17 0.87 0.67
Hex F4 F2 64 0 1 3B 4 3B 57 43
Octal 364 362 144 0 1 73 4 73 127 103
Binary 11110100 11110010 1100100 0 1 111011 100 111011 1010111 1000011

Color Harmonies of #F4F264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F264

Black with #F4F264

Text Example


Text Example

White with #F4F264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F264; }

 p { color: rgb(244,242,100); }

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

background-color css

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

 a { background-color: rgb(244,242,100); }

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

border-color css

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

 span { border-color: rgb(244,242,100); }

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