Html Css Color HEX #FDF93F Paris Daisy

📋 copy color: '#FDF93F'

red 253 ◦ green 249 ◦ blue 63

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

Shades of Paris Daisy #FDF93F

Tints of Paris Daisy #FDF93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.15%

R = 44.78%
G = 44.07%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDF93F (or 0xFDF93F) is known color: Paris Daisy. HEX triplet: FD, F9 and 3F. RGB value is (253,249,63). Sum of RGB (Red+Green+Blue) = 253+249+63=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 63 (25% from 255 or 11.15% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF93F is #0206C0. Grayscale: #E5E5E5. Windows color (decimal): -132801 or 4192765. OLE color: 4192765.

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

Color convert

RGB 253 249 63 -
CMYK 0 0.02 0.75 0.01
HSL 58.74º 0.98% 0.62% -
HSV(B) 58.74º 0.75% 0.99% -
XYZ 75.28 88.99 17.91 -
YUV 228.99 34.33 145.12 -
System Red Green Blue C M Y K H S L
Decimal 253 249 63 0 0.02 0.75 0.01 58.74 0.98 0.62
Hex FD F9 3F 0 2 4B 1 3B 62 3E
Octal 375 371 77 0 2 113 1 73 142 76
Binary 11111101 11111001 111111 0 10 1001011 1 111011 1100010 111110

Color Harmonies of #FDF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF93F

Black with #FDF93F

Text Example


Text Example

White with #FDF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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