Html Css Color HEX #FFF64A Paris Daisy

📋 copy color: '#FFF64A'

red 255 ◦ green 246 ◦ blue 74

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

Shades of Paris Daisy #FFF64A

Tints of Paris Daisy #FFF64A

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

 BLUE value IS 74 (29.3% from 255) = 12.87%

R = 44.35%
G = 42.78%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF64A (or 0xFFF64A) is known color: Paris Daisy. HEX triplet: FF, F6 and 4A. RGB value is (255,246,74). Sum of RGB (Red+Green+Blue) = 255+246+74=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 74 (29.30% from 255 or 12.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF64A is #0009B5. Grayscale: #E5E5E5. Windows color (decimal): -2486 or 4912895. OLE color: 4912895.

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

Color convert

RGB 255 246 74 -
CMYK 0 0.04 0.71 0
HSL 57.02º 1% 0.65% -
HSV(B) 57.02º 0.71% 1% -
XYZ 75.43 87.67 19.42 -
YUV 229.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 255 246 74 0 0.04 0.71 0 57.02 1 0.65
Hex FF F6 4A 0 4 47 0 39 64 41
Octal 377 366 112 0 4 107 0 71 144 101
Binary 11111111 11110110 1001010 0 100 1000111 0 111001 1100100 1000001

Color Harmonies of #FFF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF64A

Black with #FFF64A

Text Example


Text Example

White with #FFF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF64A; }

 p { color: rgb(255,246,74); }

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

background-color css

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

 a { background-color: rgb(255,246,74); }

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

border-color css

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

 span { border-color: rgb(255,246,74); }

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