Html Css Color HEX #F5F64B Paris Daisy

📋 copy color: '#F5F64B'

red 245 ◦ green 246 ◦ blue 75

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

Shades of Paris Daisy #F5F64B

Tints of Paris Daisy #F5F64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.46%

 BLUE value IS 75 (29.69% from 255) = 13.25%

R = 43.29%
G = 43.46%
B = 13.25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5F64B (or 0xF5F64B) is known color: Paris Daisy. HEX triplet: F5, F6 and 4B. RGB value is (245,246,75). Sum of RGB (Red+Green+Blue) = 245+246+75=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 75 (29.69% from 255 or 13.25% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F64B is #0A09B4. Grayscale: #E2E2E2. Windows color (decimal): -657845 or 4978421. OLE color: 4978421.

HSL color Cylindrical-coordinate representation of color #F5F64B: hue angle of 60.35º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5F64B is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 246 75 -
CMYK 0.00 0 0.70 0.04
HSL 60.35º 0.9% 0.63% -
HSV(B) 60.35º 0.7% 0.96% -
XYZ 71.88 85.83 19.44 -
YUV 226.21 42.67 141.4 -
System Red Green Blue C M Y K H S L
Decimal 245 246 75 0.00 0 0.70 0.04 60.35 0.9 0.63
Hex F5 F6 4B 0 0 46 4 3C 5A 3F
Octal 365 366 113 0 0 106 4 74 132 77
Binary 11110101 11110110 1001011 0 0 1000110 100 111100 1011010 111111

Color Harmonies of #F5F64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F64B

Black with #F5F64B

Text Example


Text Example

White with #F5F64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F64B; }

 p { color: rgb(245,246,75); }

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

background-color css

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

 a { background-color: rgb(245,246,75); }

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

border-color css

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

 span { border-color: rgb(245,246,75); }

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