Html Css Color HEX #FFF146 Paris Daisy

📋 copy color: '#FFF146'

red 255 ◦ green 241 ◦ blue 70

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

Shades of Paris Daisy #FFF146

Tints of Paris Daisy #FFF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.37%

R = 45.05%
G = 42.58%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFF146 (or 0xFFF146) is known color: Paris Daisy. HEX triplet: FF, F1 and 46. RGB value is (255,241,70). Sum of RGB (Red+Green+Blue) = 255+241+70=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 70 (27.73% from 255 or 12.37% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF146 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF146 is #000EB9. Grayscale: #E2E2E2. Windows color (decimal): -3770 or 4649471. OLE color: 4649471.

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

Color convert

RGB 255 241 70 -
CMYK 0 0.05 0.73 0
HSL 55.46º 1% 0.64% -
HSV(B) 55.46º 0.73% 1% -
XYZ 73.8 84.61 18.24 -
YUV 225.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 255 241 70 0 0.05 0.73 0 55.46 1 0.64
Hex FF F1 46 0 5 49 0 37 64 40
Octal 377 361 106 0 5 111 0 67 144 100
Binary 11111111 11110001 1000110 0 101 1001001 0 110111 1100100 1000000

Color Harmonies of #FFF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF146

Black with #FFF146

Text Example


Text Example

White with #FFF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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