Html Css Color HEX #F8F372 Dolly

📋 copy color: '#F8F372'

red 248 ◦ green 243 ◦ blue 114

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

Shades of Dolly #F8F372

Tints of Dolly #F8F372

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.17%

 BLUE value IS 114 (44.92% from 255) = 18.84%

R = 40.99%
G = 40.17%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F8F372 (or 0xF8F372) is known color: Dolly. HEX triplet: F8, F3 and 72. RGB value is (248,243,114). Sum of RGB (Red+Green+Blue) = 248+243+114=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 114 (44.92% from 255 or 18.84% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F372 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F372 is #070C8D. Grayscale: #E6E6E6. Windows color (decimal): -461966 or 7533560. OLE color: 7533560.

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

Color convert

RGB 248 243 114 -
CMYK 0 0.02 0.54 0.03
HSL 57.76º 0.91% 0.71% -
HSV(B) 57.76º 0.54% 0.97% -
XYZ 73.8 85.27 28.49 -
YUV 229.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 248 243 114 0 0.02 0.54 0.03 57.76 0.91 0.71
Hex F8 F3 72 0 2 36 3 3A 5B 47
Octal 370 363 162 0 2 66 3 72 133 107
Binary 11111000 11110011 1110010 0 10 110110 11 111010 1011011 1000111

Color Harmonies of #F8F372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F372

Black with #F8F372

Text Example


Text Example

White with #F8F372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F372; }

 p { color: rgb(248,243,114); }

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

background-color css

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

 a { background-color: rgb(248,243,114); }

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

border-color css

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

 span { border-color: rgb(248,243,114); }

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