Html Css Color HEX #FFF252 Paris Daisy

📋 copy color: '#FFF252'

red 255 ◦ green 242 ◦ blue 82

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

Shades of Paris Daisy #FFF252

Tints of Paris Daisy #FFF252

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 44.04%
G = 41.8%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFF252 (or 0xFFF252) is known color: Paris Daisy. HEX triplet: FF, F2 and 52. RGB value is (255,242,82). Sum of RGB (Red+Green+Blue) = 255+242+82=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 82 (32.42% from 255 or 14.16% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF252 is #000DAD. Grayscale: #E4E4E4. Windows color (decimal): -3502 or 5436159. OLE color: 5436159.

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

Color convert

RGB 255 242 82 -
CMYK 0 0.05 0.68 0
HSL 55.49º 1% 0.66% -
HSV(B) 55.49º 0.68% 1% -
XYZ 74.52 85.37 20.53 -
YUV 227.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 255 242 82 0 0.05 0.68 0 55.49 1 0.66
Hex FF F2 52 0 5 44 0 37 64 42
Octal 377 362 122 0 5 104 0 67 144 102
Binary 11111111 11110010 1010010 0 101 1000100 0 110111 1100100 1000010

Color Harmonies of #FFF252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF252

Black with #FFF252

Text Example


Text Example

White with #FFF252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF252; }

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

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

background-color css

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

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

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

border-color css

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

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

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