Html Css Color HEX #FFF14A Paris Daisy

📋 copy color: '#FFF14A'

red 255 ◦ green 241 ◦ blue 74

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

Shades of Paris Daisy #FFF14A

Tints of Paris Daisy #FFF14A

RGB

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

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

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

R = 44.74%
G = 42.28%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF14A (or 0xFFF14A) is known color: Paris Daisy. HEX triplet: FF, F1 and 4A. RGB value is (255,241,74). Sum of RGB (Red+Green+Blue) = 255+241+74=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 74 (29.30% from 255 or 12.98% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF14A is #000EB5. Grayscale: #E2E2E2. Windows color (decimal): -3766 or 4911615. OLE color: 4911615.

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

Color convert

RGB 255 241 74 -
CMYK 0 0.05 0.71 0
HSL 55.36º 1% 0.65% -
HSV(B) 55.36º 0.71% 1% -
XYZ 73.93 84.67 18.92 -
YUV 226.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 255 241 74 0 0.05 0.71 0 55.36 1 0.65
Hex FF F1 4A 0 5 47 0 37 64 41
Octal 377 361 112 0 5 107 0 67 144 101
Binary 11111111 11110001 1001010 0 101 1000111 0 110111 1100100 1000001

Color Harmonies of #FFF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF14A

Black with #FFF14A

Text Example


Text Example

White with #FFF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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