Html Css Color HEX #F2F967 Dolly

📋 copy color: '#F2F967'

red 242 ◦ green 249 ◦ blue 103

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

Shades of Dolly #F2F967

Tints of Dolly #F2F967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.92%

 BLUE value IS 103 (40.63% from 255) = 17.34%

R = 40.74%
G = 41.92%
B = 17.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F2F967 (or 0xF2F967) is known color: Dolly. HEX triplet: F2, F9 and 67. RGB value is (242,249,103). Sum of RGB (Red+Green+Blue) = 242+249+103=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 103 (40.62% from 255 or 17.34% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F967 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F967 is #0D0698. Grayscale: #E6E6E6. Windows color (decimal): -853657 or 6814194. OLE color: 6814194.

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

Color convert

RGB 242 249 103 -
CMYK 0.03 0 0.59 0.02
HSL 62.88º 0.92% 0.69% -
HSV(B) 62.88º 0.59% 0.98% -
XYZ 72.94 87.61 25.9 -
YUV 230.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 242 249 103 0.03 0 0.59 0.02 62.88 0.92 0.69
Hex F2 F9 67 3 0 3B 2 3F 5C 45
Octal 362 371 147 3 0 73 2 77 134 105
Binary 11110010 11111001 1100111 11 0 111011 10 111111 1011100 1000101

Color Harmonies of #F2F967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F967

Black with #F2F967

Text Example


Text Example

White with #F2F967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F967; }

 p { color: rgb(242,249,103); }

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

background-color css

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

 a { background-color: rgb(242,249,103); }

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

border-color css

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

 span { border-color: rgb(242,249,103); }

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