Html Css Color HEX #FBFD3C Paris Daisy

📋 copy color: '#FBFD3C'

red 251 ◦ green 253 ◦ blue 60

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

Shades of Paris Daisy #FBFD3C

Tints of Paris Daisy #FBFD3C

RGB

 RED value IS 251 (98.44% from 255) = 44.5%

 GREEN value IS 253 (99.22% from 255) = 44.86%

 BLUE value IS 60 (23.83% from 255) = 10.64%

R = 44.5%
G = 44.86%
B = 10.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FBFD3C (or 0xFBFD3C) is known color: Paris Daisy. HEX triplet: FB, FD and 3C. RGB value is (251,253,60). Sum of RGB (Red+Green+Blue) = 251+253+60=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 60 (23.83% from 255 or 10.64% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFD3C is #0402C3. Grayscale: #E7E7E7. Windows color (decimal): -262852 or 3997179. OLE color: 3997179.

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

Color convert

RGB 251 253 60 -
CMYK 0.01 0 0.76 0.01
HSL 60.62º 0.98% 0.61% -
HSV(B) 60.62º 0.76% 0.99% -
XYZ 75.72 91.09 17.87 -
YUV 230.4 31.84 142.69 -
System Red Green Blue C M Y K H S L
Decimal 251 253 60 0.01 0 0.76 0.01 60.62 0.98 0.61
Hex FB FD 3C 1 0 4C 1 3D 62 3D
Octal 373 375 74 1 0 114 1 75 142 75
Binary 11111011 11111101 111100 1 0 1001100 1 111101 1100010 111101

Color Harmonies of #FBFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFD3C

Black with #FBFD3C

Text Example


Text Example

White with #FBFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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