Html Css Color HEX #F8F952 Paris Daisy

📋 copy color: '#F8F952'

red 248 ◦ green 249 ◦ blue 82

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

Shades of Paris Daisy #F8F952

Tints of Paris Daisy #F8F952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.16%

R = 42.83%
G = 43.01%
B = 14.16%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F8F952 (or 0xF8F952) is known color: Paris Daisy. HEX triplet: F8, F9 and 52. RGB value is (248,249,82). Sum of RGB (Red+Green+Blue) = 248+249+82=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 82 (32.42% from 255 or 14.16% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F952 is #0706AD. Grayscale: #E6E6E6. Windows color (decimal): -460462 or 5437944. OLE color: 5437944.

HSL color Cylindrical-coordinate representation of color #F8F952: hue angle of 60.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8F952 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 249 82 -
CMYK 0.00 0 0.67 0.02
HSL 60.36º 0.93% 0.65% -
HSV(B) 60.36º 0.67% 0.98% -
XYZ 74.11 88.32 21.12 -
YUV 229.66 44.67 141.08 -
System Red Green Blue C M Y K H S L
Decimal 248 249 82 0.00 0 0.67 0.02 60.36 0.93 0.65
Hex F8 F9 52 0 0 43 2 3C 5D 41
Octal 370 371 122 0 0 103 2 74 135 101
Binary 11111000 11111001 1010010 0 0 1000011 10 111100 1011101 1000001

Color Harmonies of #F8F952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F952

Black with #F8F952

Text Example


Text Example

White with #F8F952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F952; }

 p { color: rgb(248,249,82); }

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

background-color css

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

 a { background-color: rgb(248,249,82); }

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

border-color css

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

 span { border-color: rgb(248,249,82); }

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