Html Css Color HEX #FFFA52 Paris Daisy

📋 copy color: '#FFFA52'

red 255 ◦ green 250 ◦ blue 82

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

Shades of Paris Daisy #FFFA52

Tints of Paris Daisy #FFFA52

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.59%

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

R = 43.44%
G = 42.59%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFFA52 (or 0xFFFA52) is known color: Paris Daisy. HEX triplet: FF, FA and 52. RGB value is (255,250,82). Sum of RGB (Red+Green+Blue) = 255+250+82=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 82 (32.42% from 255 or 13.97% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA52 is #0005AD. Grayscale: #E9E9E9. Windows color (decimal): -1454 or 5438207. OLE color: 5438207.

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

Color convert

RGB 255 250 82 -
CMYK 0 0.02 0.68 0
HSL 58.27º 1% 0.66% -
HSV(B) 58.27º 0.68% 1% -
XYZ 76.95 90.24 21.35 -
YUV 232.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 255 250 82 0 0.02 0.68 0 58.27 1 0.66
Hex FF FA 52 0 2 44 0 3A 64 42
Octal 377 372 122 0 2 104 0 72 144 102
Binary 11111111 11111010 1010010 0 10 1000100 0 111010 1100100 1000010

Color Harmonies of #FFFA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA52

Black with #FFFA52

Text Example


Text Example

White with #FFFA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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