Html Css Color HEX #F5F869 Dolly

📋 copy color: '#F5F869'

red 245 ◦ green 248 ◦ blue 105

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

Shades of Dolly #F5F869

Tints of Dolly #F5F869

RGB

 RED value IS 245 (96.09% from 255) = 40.97%

 GREEN value IS 248 (97.27% from 255) = 41.47%

 BLUE value IS 105 (41.41% from 255) = 17.56%

R = 40.97%
G = 41.47%
B = 17.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F5F869 (or 0xF5F869) is known color: Dolly. HEX triplet: F5, F8 and 69. RGB value is (245,248,105). Sum of RGB (Red+Green+Blue) = 245+248+105=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 105 (41.41% from 255 or 17.56% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F869 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F869 is #0A0796. Grayscale: #E7E7E7. Windows color (decimal): -657303 or 6945013. OLE color: 6945013.

HSL color Cylindrical-coordinate representation of color #F5F869: hue angle of 61.26º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5F869 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 248 105 -
CMYK 0.01 0 0.58 0.03
HSL 61.26º 0.91% 0.69% -
HSV(B) 61.26º 0.58% 0.97% -
XYZ 73.77 87.57 26.38 -
YUV 230.8 57.01 138.13 -
System Red Green Blue C M Y K H S L
Decimal 245 248 105 0.01 0 0.58 0.03 61.26 0.91 0.69
Hex F5 F8 69 1 0 3A 3 3D 5B 45
Octal 365 370 151 1 0 72 3 75 133 105
Binary 11110101 11111000 1101001 1 0 111010 11 111101 1011011 1000101

Color Harmonies of #F5F869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F869

Black with #F5F869

Text Example


Text Example

White with #F5F869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F869; }

 p { color: rgb(245,248,105); }

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

background-color css

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

 a { background-color: rgb(245,248,105); }

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

border-color css

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

 span { border-color: rgb(245,248,105); }

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