Html Css Color HEX #FFF052 Paris Daisy

📋 copy color: '#FFF052'

red 255 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #FFF052

Tints of Paris Daisy #FFF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

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

R = 44.19%
G = 41.59%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFF052 (or 0xFFF052) is known color: Paris Daisy. HEX triplet: FF, F0 and 52. RGB value is (255,240,82). Sum of RGB (Red+Green+Blue) = 255+240+82=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF052 is #000FAD. Grayscale: #E3E3E3. Windows color (decimal): -4014 or 5435647. OLE color: 5435647.

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

Color convert

RGB 255 240 82 -
CMYK 0 0.06 0.68 0
HSL 54.8º 1% 0.66% -
HSV(B) 54.8º 0.68% 1% -
XYZ 73.92 84.19 20.34 -
YUV 226.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 255 240 82 0 0.06 0.68 0 54.8 1 0.66
Hex FF F0 52 0 6 44 0 37 64 42
Octal 377 360 122 0 6 104 0 67 144 102
Binary 11111111 11110000 1010010 0 110 1000100 0 110111 1100100 1000010

Color Harmonies of #FFF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF052

Black with #FFF052

Text Example


Text Example

White with #FFF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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