Html Css Color HEX #FDFB42 Paris Daisy

📋 copy color: '#FDFB42'

red 253 ◦ green 251 ◦ blue 66

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

Shades of Paris Daisy #FDFB42

Tints of Paris Daisy #FDFB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.58%

R = 44.39%
G = 44.04%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDFB42 (or 0xFDFB42) is known color: Paris Daisy. HEX triplet: FD, FB and 42. RGB value is (253,251,66). Sum of RGB (Red+Green+Blue) = 253+251+66=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 66 (26.17% from 255 or 11.58% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB42 is #0204BD. Grayscale: #E7E7E7. Windows color (decimal): -132286 or 4389885. OLE color: 4389885.

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

Color convert

RGB 253 251 66 -
CMYK 0 0.01 0.74 0.01
HSL 59.36º 0.98% 0.63% -
HSV(B) 59.36º 0.74% 0.99% -
XYZ 75.99 90.27 18.57 -
YUV 230.51 35.16 144.04 -
System Red Green Blue C M Y K H S L
Decimal 253 251 66 0 0.01 0.74 0.01 59.36 0.98 0.63
Hex FD FB 42 0 1 4A 1 3B 62 3F
Octal 375 373 102 0 1 112 1 73 142 77
Binary 11111101 11111011 1000010 0 1 1001010 1 111011 1100010 111111

Color Harmonies of #FDFB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB42

Black with #FDFB42

Text Example


Text Example

White with #FDFB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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