Html Css Color HEX #FDF93D Paris Daisy

📋 copy color: '#FDF93D'

red 253 ◦ green 249 ◦ blue 61

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

Shades of Paris Daisy #FDF93D

Tints of Paris Daisy #FDF93D

RGB

 RED value IS 253 (99.22% from 255) = 44.94%

 GREEN value IS 249 (97.66% from 255) = 44.23%

 BLUE value IS 61 (24.22% from 255) = 10.83%

R = 44.94%
G = 44.23%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDF93D (or 0xFDF93D) is known color: Paris Daisy. HEX triplet: FD, F9 and 3D. RGB value is (253,249,61). Sum of RGB (Red+Green+Blue) = 253+249+61=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 61 (24.22% from 255 or 10.83% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF93D is #0206C2. Grayscale: #E5E5E5. Windows color (decimal): -132803 or 4061693. OLE color: 4061693.

HSL color Cylindrical-coordinate representation of color #FDF93D: hue angle of 58.75º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF93D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 249 61 -
CMYK 0 0.02 0.76 0.01
HSL 58.75º 0.98% 0.62% -
HSV(B) 58.75º 0.76% 0.99% -
XYZ 75.23 88.97 17.62 -
YUV 228.76 33.33 145.29 -
System Red Green Blue C M Y K H S L
Decimal 253 249 61 0 0.02 0.76 0.01 58.75 0.98 0.62
Hex FD F9 3D 0 2 4C 1 3B 62 3E
Octal 375 371 75 0 2 114 1 73 142 76
Binary 11111101 11111001 111101 0 10 1001100 1 111011 1100010 111110

Color Harmonies of #FDF93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF93D

Black with #FDF93D

Text Example


Text Example

White with #FDF93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF93D; }

 p { color: rgb(253,249,61); }

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

background-color css

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

 a { background-color: rgb(253,249,61); }

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

border-color css

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

 span { border-color: rgb(253,249,61); }

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