Html Css Color HEX #FFF14B Paris Daisy

📋 copy color: '#FFF14B'

red 255 ◦ green 241 ◦ blue 75

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

Shades of Paris Daisy #FFF14B

Tints of Paris Daisy #FFF14B

RGB

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

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

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

R = 44.66%
G = 42.21%
B = 13.13%

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

#FFF14B (or 0xFFF14B) is known color: Paris Daisy. HEX triplet: FF, F1 and 4B. RGB value is (255,241,75). Sum of RGB (Red+Green+Blue) = 255+241+75=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 75 (29.69% from 255 or 13.13% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF14B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF14B is #000EB4. Grayscale: #E2E2E2. Windows color (decimal): -3765 or 4977151. OLE color: 4977151.

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

Color convert

RGB 255 241 75 -
CMYK 0 0.05 0.71 0
HSL 55.33º 1% 0.65% -
HSV(B) 55.33º 0.71% 1% -
XYZ 73.97 84.68 19.1 -
YUV 226.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 255 241 75 0 0.05 0.71 0 55.33 1 0.65
Hex FF F1 4B 0 5 47 0 37 64 41
Octal 377 361 113 0 5 107 0 67 144 101
Binary 11111111 11110001 1001011 0 101 1000111 0 110111 1100100 1000001

Color Harmonies of #FFF14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF14B

Black with #FFF14B

Text Example


Text Example

White with #FFF14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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