Html Css Color HEX #FDF64B Paris Daisy

📋 copy color: '#FDF64B'

red 253 ◦ green 246 ◦ blue 75

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

Shades of Paris Daisy #FDF64B

Tints of Paris Daisy #FDF64B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.86%

 BLUE value IS 75 (29.69% from 255) = 13.07%

R = 44.08%
G = 42.86%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDF64B (or 0xFDF64B) is known color: Paris Daisy. HEX triplet: FD, F6 and 4B. RGB value is (253,246,75). Sum of RGB (Red+Green+Blue) = 253+246+75=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 75 (29.69% from 255 or 13.07% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF64B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF64B is #0209B4. Grayscale: #E5E5E5. Windows color (decimal): -133557 or 4978429. OLE color: 4978429.

HSL color Cylindrical-coordinate representation of color #FDF64B: hue angle of 57.64º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDF64B is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 75 -
CMYK 0 0.03 0.70 0.01
HSL 57.64º 0.98% 0.64% -
HSV(B) 57.64º 0.7% 0.99% -
XYZ 74.73 87.3 19.57 -
YUV 228.6 41.32 145.4 -
System Red Green Blue C M Y K H S L
Decimal 253 246 75 0 0.03 0.70 0.01 57.64 0.98 0.64
Hex FD F6 4B 0 3 46 1 3A 62 40
Octal 375 366 113 0 3 106 1 72 142 100
Binary 11111101 11110110 1001011 0 11 1000110 1 111010 1100010 1000000

Color Harmonies of #FDF64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF64B

Black with #FDF64B

Text Example


Text Example

White with #FDF64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF64B; }

 p { color: rgb(253,246,75); }

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

background-color css

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

 a { background-color: rgb(253,246,75); }

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

border-color css

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

 span { border-color: rgb(253,246,75); }

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