Html Css Color HEX #FDF84B Paris Daisy

📋 copy color: '#FDF84B'

red 253 ◦ green 248 ◦ blue 75

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

Shades of Paris Daisy #FDF84B

Tints of Paris Daisy #FDF84B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.06%

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

R = 43.92%
G = 43.06%
B = 13.02%

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

#FDF84B (or 0xFDF84B) is known color: Paris Daisy. HEX triplet: FD, F8 and 4B. RGB value is (253,248,75). Sum of RGB (Red+Green+Blue) = 253+248+75=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 75 (29.69% from 255 or 13.02% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF84B is #0207B4. Grayscale: #E6E6E6. Windows color (decimal): -133045 or 4978941. OLE color: 4978941.

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

Color convert

RGB 253 248 75 -
CMYK 0 0.02 0.70 0.01
HSL 58.31º 0.98% 0.64% -
HSV(B) 58.31º 0.7% 0.99% -
XYZ 75.35 88.53 19.77 -
YUV 229.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 253 248 75 0 0.02 0.70 0.01 58.31 0.98 0.64
Hex FD F8 4B 0 2 46 1 3A 62 40
Octal 375 370 113 0 2 106 1 72 142 100
Binary 11111101 11111000 1001011 0 10 1000110 1 111010 1100010 1000000

Color Harmonies of #FDF84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF84B

Black with #FDF84B

Text Example


Text Example

White with #FDF84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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