Html Css Color HEX #FDF74B Paris Daisy

📋 copy color: '#FDF74B'

red 253 ◦ green 247 ◦ blue 75

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

Shades of Paris Daisy #FDF74B

Tints of Paris Daisy #FDF74B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.96%

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

R = 44%
G = 42.96%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDF74B (or 0xFDF74B) is known color: Paris Daisy. HEX triplet: FD, F7 and 4B. RGB value is (253,247,75). Sum of RGB (Red+Green+Blue) = 253+247+75=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 75 (29.69% from 255 or 13.04% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF74B is #0208B4. Grayscale: #E5E5E5. Windows color (decimal): -133301 or 4978685. OLE color: 4978685.

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

Color convert

RGB 253 247 75 -
CMYK 0 0.02 0.70 0.01
HSL 57.98º 0.98% 0.64% -
HSV(B) 57.98º 0.7% 0.99% -
XYZ 75.04 87.91 19.67 -
YUV 229.19 40.99 144.99 -
System Red Green Blue C M Y K H S L
Decimal 253 247 75 0 0.02 0.70 0.01 57.98 0.98 0.64
Hex FD F7 4B 0 2 46 1 3A 62 40
Octal 375 367 113 0 2 106 1 72 142 100
Binary 11111101 11110111 1001011 0 10 1000110 1 111010 1100010 1000000

Color Harmonies of #FDF74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF74B

Black with #FDF74B

Text Example


Text Example

White with #FDF74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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