Html Css Color HEX #F8F465 Dolly

📋 copy color: '#F8F465'

red 248 ◦ green 244 ◦ blue 101

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

Shades of Dolly #F8F465

Tints of Dolly #F8F465

RGB

 RED value IS 248 (97.27% from 255) = 41.82%

 GREEN value IS 244 (95.7% from 255) = 41.15%

 BLUE value IS 101 (39.84% from 255) = 17.03%

R = 41.82%
G = 41.15%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8F465 (or 0xF8F465) is known color: Dolly. HEX triplet: F8, F4 and 65. RGB value is (248,244,101). Sum of RGB (Red+Green+Blue) = 248+244+101=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F465 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F465 is #070B9A. Grayscale: #E5E5E5. Windows color (decimal): -461723 or 6681848. OLE color: 6681848.

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

Color convert

RGB 248 244 101 -
CMYK 0 0.02 0.59 0.03
HSL 58.37º 0.91% 0.68% -
HSV(B) 58.37º 0.59% 0.97% -
XYZ 73.41 85.6 24.96 -
YUV 228.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 248 244 101 0 0.02 0.59 0.03 58.37 0.91 0.68
Hex F8 F4 65 0 2 3B 3 3A 5B 44
Octal 370 364 145 0 2 73 3 72 133 104
Binary 11111000 11110100 1100101 0 10 111011 11 111010 1011011 1000100

Color Harmonies of #F8F465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F465

Black with #F8F465

Text Example


Text Example

White with #F8F465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F465; }

 p { color: rgb(248,244,101); }

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

background-color css

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

 a { background-color: rgb(248,244,101); }

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

border-color css

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

 span { border-color: rgb(248,244,101); }

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