Html Css Color HEX #F5F052 Paris Daisy

📋 copy color: '#F5F052'

red 245 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #F5F052

Tints of Paris Daisy #F5F052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

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

R = 43.21%
G = 42.33%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F5F052 (or 0xF5F052) is known color: Paris Daisy. HEX triplet: F5, F0 and 52. RGB value is (245,240,82). Sum of RGB (Red+Green+Blue) = 245+240+82=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 82 (32.42% from 255 or 14.46% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F052 is #0A0FAD. Grayscale: #E0E0E0. Windows color (decimal): -659374 or 5435637. OLE color: 5435637.

HSL color Cylindrical-coordinate representation of color #F5F052: hue angle of 58.16º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5F052 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 240 82 -
CMYK 0 0.02 0.67 0.04
HSL 58.16º 0.89% 0.64% -
HSV(B) 58.16º 0.67% 0.96% -
XYZ 70.34 82.34 20.17 -
YUV 223.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 245 240 82 0 0.02 0.67 0.04 58.16 0.89 0.64
Hex F5 F0 52 0 2 43 4 3A 59 40
Octal 365 360 122 0 2 103 4 72 131 100
Binary 11110101 11110000 1010010 0 10 1000011 100 111010 1011001 1000000

Color Harmonies of #F5F052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F052

Black with #F5F052

Text Example


Text Example

White with #F5F052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F052; }

 p { color: rgb(245,240,82); }

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

background-color css

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

 a { background-color: rgb(245,240,82); }

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

border-color css

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

 span { border-color: rgb(245,240,82); }

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