Html Css Color HEX #FFF94C Paris Daisy

📋 copy color: '#FFF94C'

red 255 ◦ green 249 ◦ blue 76

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

Shades of Paris Daisy #FFF94C

Tints of Paris Daisy #FFF94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.1%

R = 43.97%
G = 42.93%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFF94C (or 0xFFF94C) is known color: Paris Daisy. HEX triplet: FF, F9 and 4C. RGB value is (255,249,76). Sum of RGB (Red+Green+Blue) = 255+249+76=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 76 (30.08% from 255 or 13.10% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF94C is #0006B3. Grayscale: #E7E7E7. Windows color (decimal): -1716 or 5044735. OLE color: 5044735.

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

Color convert

RGB 255 249 76 -
CMYK 0 0.02 0.70 0
HSL 57.99º 1% 0.65% -
HSV(B) 57.99º 0.7% 1% -
XYZ 76.42 89.53 20.09 -
YUV 231.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 255 249 76 0 0.02 0.70 0 57.99 1 0.65
Hex FF F9 4C 0 2 46 0 3A 64 41
Octal 377 371 114 0 2 106 0 72 144 101
Binary 11111111 11111001 1001100 0 10 1000110 0 111010 1100100 1000001

Color Harmonies of #FFF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF94C

Black with #FFF94C

Text Example


Text Example

White with #FFF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF94C; }

 p { color: rgb(255,249,76); }

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

background-color css

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

 a { background-color: rgb(255,249,76); }

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

border-color css

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

 span { border-color: rgb(255,249,76); }

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