Html Css Color HEX #FFF54B Paris Daisy

📋 copy color: '#FFF54B'

red 255 ◦ green 245 ◦ blue 75

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

Shades of Paris Daisy #FFF54B

Tints of Paris Daisy #FFF54B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.61%

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

R = 44.35%
G = 42.61%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF54B (or 0xFFF54B) is known color: Paris Daisy. HEX triplet: FF, F5 and 4B. RGB value is (255,245,75). Sum of RGB (Red+Green+Blue) = 255+245+75=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 75 (29.69% from 255 or 13.04% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF54B is #000AB4. Grayscale: #E5E5E5. Windows color (decimal): -2741 or 4978175. OLE color: 4978175.

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

Color convert

RGB 255 245 75 -
CMYK 0 0.04 0.71 0
HSL 56.67º 1% 0.65% -
HSV(B) 56.67º 0.71% 1% -
XYZ 75.16 87.07 19.5 -
YUV 228.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 255 245 75 0 0.04 0.71 0 56.67 1 0.65
Hex FF F5 4B 0 4 47 0 39 64 41
Octal 377 365 113 0 4 107 0 71 144 101
Binary 11111111 11110101 1001011 0 100 1000111 0 111001 1100100 1000001

Color Harmonies of #FFF54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF54B

Black with #FFF54B

Text Example


Text Example

White with #FFF54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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