Html Css Color HEX #FFF145 Paris Daisy

📋 copy color: '#FFF145'

red 255 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #FFF145

Tints of Paris Daisy #FFF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.21%

R = 45.13%
G = 42.65%
B = 12.21%

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

#FFF145 (or 0xFFF145) is known color: Paris Daisy. HEX triplet: FF, F1 and 45. RGB value is (255,241,69). Sum of RGB (Red+Green+Blue) = 255+241+69=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 69 (27.34% from 255 or 12.21% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF145 is #000EBA. Grayscale: #E2E2E2. Windows color (decimal): -3771 or 4583935. OLE color: 4583935.

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

Color convert

RGB 255 241 69 -
CMYK 0 0.05 0.73 0
HSL 55.48º 1% 0.64% -
HSV(B) 55.48º 0.73% 1% -
XYZ 73.77 84.6 18.07 -
YUV 225.58 39.64 148.99 -
System Red Green Blue C M Y K H S L
Decimal 255 241 69 0 0.05 0.73 0 55.48 1 0.64
Hex FF F1 45 0 5 49 0 37 64 40
Octal 377 361 105 0 5 111 0 67 144 100
Binary 11111111 11110001 1000101 0 101 1001001 0 110111 1100100 1000000

Color Harmonies of #FFF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF145

Black with #FFF145

Text Example


Text Example

White with #FFF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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