Html Css Color HEX #F5E246 Paris Daisy

📋 copy color: '#F5E246'

red 245 ◦ green 226 ◦ blue 70

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

Shades of Paris Daisy #F5E246

Tints of Paris Daisy #F5E246

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.77%

 BLUE value IS 70 (27.73% from 255) = 12.94%

R = 45.29%
G = 41.77%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5E246 (or 0xF5E246) is known color: Paris Daisy. HEX triplet: F5, E2 and 46. RGB value is (245,226,70). Sum of RGB (Red+Green+Blue) = 245+226+70=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 70 (27.73% from 255 or 12.94% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E246 is #0A1DB9. Grayscale: #D6D6D6. Windows color (decimal): -662970 or 4645621. OLE color: 4645621.

HSL color Cylindrical-coordinate representation of color #F5E246: hue angle of 53.49º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5E246 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 226 70 -
CMYK 0 0.08 0.71 0.04
HSL 53.49º 0.9% 0.62% -
HSV(B) 53.49º 0.71% 0.96% -
XYZ 65.96 74.25 16.65 -
YUV 213.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 245 226 70 0 0.08 0.71 0.04 53.49 0.9 0.62
Hex F5 E2 46 0 8 47 4 35 5A 3E
Octal 365 342 106 0 10 107 4 65 132 76
Binary 11110101 11100010 1000110 0 1000 1000111 100 110101 1011010 111110

Color Harmonies of #F5E246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E246

Black with #F5E246

Text Example


Text Example

White with #F5E246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E246; }

 p { color: rgb(245,226,70); }

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

background-color css

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

 a { background-color: rgb(245,226,70); }

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

border-color css

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

 span { border-color: rgb(245,226,70); }

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