Html Css Color HEX #FFFA53 Paris Daisy

📋 copy color: '#FFFA53'

red 255 ◦ green 250 ◦ blue 83

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

Shades of Paris Daisy #FFFA53

Tints of Paris Daisy #FFFA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.12%

R = 43.37%
G = 42.52%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFFA53 (or 0xFFFA53) is known color: Paris Daisy. HEX triplet: FF, FA and 53. RGB value is (255,250,83). Sum of RGB (Red+Green+Blue) = 255+250+83=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 83 (32.81% from 255 or 14.12% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFA53 is #0005AC. Grayscale: #E9E9E9. Windows color (decimal): -1453 or 5503743. OLE color: 5503743.

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

Color convert

RGB 255 250 83 -
CMYK 0 0.02 0.67 0
HSL 58.26º 1% 0.66% -
HSV(B) 58.26º 0.67% 1% -
XYZ 76.99 90.26 21.55 -
YUV 232.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 255 250 83 0 0.02 0.67 0 58.26 1 0.66
Hex FF FA 53 0 2 43 0 3A 64 42
Octal 377 372 123 0 2 103 0 72 144 102
Binary 11111111 11111010 1010011 0 10 1000011 0 111010 1100100 1000010

Color Harmonies of #FFFA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA53

Black with #FFFA53

Text Example


Text Example

White with #FFFA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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