Html Css Color HEX #FFF552 Paris Daisy

📋 copy color: '#FFF552'

red 255 ◦ green 245 ◦ blue 82

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

Shades of Paris Daisy #FFF552

Tints of Paris Daisy #FFF552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.09%

R = 43.81%
G = 42.1%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFF552 (or 0xFFF552) is known color: Paris Daisy. HEX triplet: FF, F5 and 52. RGB value is (255,245,82). Sum of RGB (Red+Green+Blue) = 255+245+82=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 82 (32.42% from 255 or 14.09% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF552 is #000AAD. Grayscale: #E6E6E6. Windows color (decimal): -2734 or 5436927. OLE color: 5436927.

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

Color convert

RGB 255 245 82 -
CMYK 0 0.04 0.68 0
HSL 56.53º 1% 0.66% -
HSV(B) 56.53º 0.68% 1% -
XYZ 75.42 87.17 20.83 -
YUV 229.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 255 245 82 0 0.04 0.68 0 56.53 1 0.66
Hex FF F5 52 0 4 44 0 39 64 42
Octal 377 365 122 0 4 104 0 71 144 102
Binary 11111111 11110101 1010010 0 100 1000100 0 111001 1100100 1000010

Color Harmonies of #FFF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF552

Black with #FFF552

Text Example


Text Example

White with #FFF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF552; }

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

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

background-color css

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

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

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

border-color css

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

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

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