Html Css Color HEX #FDFB3E Paris Daisy

📋 copy color: '#FDFB3E'

red 253 ◦ green 251 ◦ blue 62

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

Shades of Paris Daisy #FDFB3E

Tints of Paris Daisy #FDFB3E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.35%

 BLUE value IS 62 (24.61% from 255) = 10.95%

R = 44.7%
G = 44.35%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDFB3E (or 0xFDFB3E) is known color: Paris Daisy. HEX triplet: FD, FB and 3E. RGB value is (253,251,62). Sum of RGB (Red+Green+Blue) = 253+251+62=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 62 (24.61% from 255 or 10.95% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB3E is #0204C1. Grayscale: #E6E6E6. Windows color (decimal): -132290 or 4127741. OLE color: 4127741.

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

Color convert

RGB 253 251 62 -
CMYK 0 0.01 0.75 0.01
HSL 59.37º 0.98% 0.62% -
HSV(B) 59.37º 0.75% 0.99% -
XYZ 75.87 90.22 17.97 -
YUV 230.05 33.16 144.37 -
System Red Green Blue C M Y K H S L
Decimal 253 251 62 0 0.01 0.75 0.01 59.37 0.98 0.62
Hex FD FB 3E 0 1 4B 1 3B 62 3E
Octal 375 373 76 0 1 113 1 73 142 76
Binary 11111101 11111011 111110 0 1 1001011 1 111011 1100010 111110

Color Harmonies of #FDFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB3E

Black with #FDFB3E

Text Example


Text Example

White with #FDFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB3E; }

 p { color: rgb(253,251,62); }

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

background-color css

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

 a { background-color: rgb(253,251,62); }

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

border-color css

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

 span { border-color: rgb(253,251,62); }

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