Html Css Color HEX #FDFB4A Paris Daisy

📋 copy color: '#FDFB4A'

red 253 ◦ green 251 ◦ blue 74

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

Shades of Paris Daisy #FDFB4A

Tints of Paris Daisy #FDFB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 12.8%

R = 43.77%
G = 43.43%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDFB4A (or 0xFDFB4A) is known color: Paris Daisy. HEX triplet: FD, FB and 4A. RGB value is (253,251,74). Sum of RGB (Red+Green+Blue) = 253+251+74=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 74 (29.30% from 255 or 12.80% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB4A is #0204B5. Grayscale: #E8E8E8. Windows color (decimal): -132278 or 4914173. OLE color: 4914173.

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

Color convert

RGB 253 251 74 -
CMYK 0 0.01 0.71 0.01
HSL 59.33º 0.98% 0.64% -
HSV(B) 59.33º 0.71% 0.99% -
XYZ 76.24 90.37 19.9 -
YUV 231.42 39.16 143.39 -
System Red Green Blue C M Y K H S L
Decimal 253 251 74 0 0.01 0.71 0.01 59.33 0.98 0.64
Hex FD FB 4A 0 1 47 1 3B 62 40
Octal 375 373 112 0 1 107 1 73 142 100
Binary 11111101 11111011 1001010 0 1 1000111 1 111011 1100010 1000000

Color Harmonies of #FDFB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB4A

Black with #FDFB4A

Text Example


Text Example

White with #FDFB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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