Html Css Color HEX #FFF14C Paris Daisy

📋 copy color: '#FFF14C'

red 255 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #FFF14C

Tints of Paris Daisy #FFF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.13%

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

R = 44.58%
G = 42.13%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFF14C (or 0xFFF14C) is known color: Paris Daisy. HEX triplet: FF, F1 and 4C. RGB value is (255,241,76). Sum of RGB (Red+Green+Blue) = 255+241+76=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF14C is #000EB3. Grayscale: #E3E3E3. Windows color (decimal): -3764 or 5042687. OLE color: 5042687.

HSL color Cylindrical-coordinate representation of color #FFF14C: hue angle of 55.31º 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 #FFF14C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 241 76 -
CMYK 0 0.05 0.70 0
HSL 55.31º 1% 0.65% -
HSV(B) 55.31º 0.7% 1% -
XYZ 74 84.69 19.28 -
YUV 226.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 255 241 76 0 0.05 0.70 0 55.31 1 0.65
Hex FF F1 4C 0 5 46 0 37 64 41
Octal 377 361 114 0 5 106 0 67 144 101
Binary 11111111 11110001 1001100 0 101 1000110 0 110111 1100100 1000001

Color Harmonies of #FFF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF14C

Black with #FFF14C

Text Example


Text Example

White with #FFF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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